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
zxsanny ceb50bf48a add rknn conversion - install and use scripts, auto convert to rknn after AI training is done and put pt and rknn models to /azaion/models directory 2025-02-21 14:26:54 +02:00
zxsanny c234e8b190 fix augmentation - correct bboxes to be within borders+margin
Add classes = 80 as default number in yaml file
2024-09-24 12:56:05 +03:00
Alex Bezdieniezhnykh 330d4b914a fix readme
add export py
add dll
2024-08-23 13:40:08 +03:00
Oleksandr Bezdieniezhnykh ffda0fa7ef add init sftp script 2024-08-12 17:54:04 +03:00