mirror of
https://github.com/azaion/ai-training.git
synced 2026-04-22 07:06:36 +00:00
Refactor configuration and update test structure for improved clarity
- Updated `.gitignore` to remove committed test fixture data exclusions. - Increased batch size in `config.test.yaml` from 4 to 128 for training. - Simplified directory structure in `config.yaml` by removing unnecessary data paths. - Adjusted paths in `augmentation.py`, `dataset-visualiser.py`, and `exports.py` to align with the new configuration structure. - Enhanced `annotation_queue_handler.py` to utilize the updated configuration for directory management. - Added CSV logging of test results in `conftest.py` for better test reporting. These changes streamline the configuration management and enhance the testing framework, ensuring better organization and clarity in the project.
This commit is contained in:
+1
-3
@@ -14,10 +14,8 @@ dirs:
|
||||
root: '/azaion'
|
||||
data: 'data'
|
||||
data_seed: 'data-seed'
|
||||
data_processed: 'data-processed'
|
||||
|
||||
data_deleted: 'data_deleted'
|
||||
images: 'images'
|
||||
labels: 'labels'
|
||||
|
||||
training:
|
||||
model: 'yolo26m.pt'
|
||||
|
||||
Reference in New Issue
Block a user