Commit Graph

5 Commits

Author SHA1 Message Date
Oleksandr Bezdieniezhnykh 142c6c4de8 Refactor constants management to use Pydantic BaseModel for configuration
- Replaced module-level path variables in constants.py with a structured Pydantic Config class.
- Updated all relevant modules (train.py, augmentation.py, exports.py, dataset-visualiser.py, manual_run.py) to access paths through the new config structure.
- Fixed bugs related to image processing and model saving.
- Enhanced test infrastructure to accommodate the new configuration approach.

This refactor improves code maintainability and clarity by centralizing configuration management.
2026-03-27 18:18:30 +02:00
Alex Bezdieniezhnykh eecc11b1e5 queue handler done 2025-05-22 02:15:21 +03:00
zxsanny 8fb24384db add resume training possibility 2025-05-19 18:32:41 +03:00
zxsanny 96056f53ad remove fog and shadow augmentations
add install script
2025-05-19 08:30:25 +03:00
zxsanny 292809593c refactor augmentation to class, update classes.json, fix small bugs 2025-05-15 06:45:25 +03:00