You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 25, 2021. It is now read-only.
PyTorch framework for Deep Learning research and development.
It was developed with a focus on reproducibility,
fast experimentation and code/ideas reusing.
Being able to research/develop something new,
rather than write another regular train loop.
Break the cycle - use the Catalyst!
Note: this repo uses advanced Catalyst Config API and could be a bit out-of-day right now.
Use Catalyst's minimal examples section for a starting point and up-to-day use cases, please.
Copy all images to one directory or two different directories for train and validation.
Create markup_train.json as json file in MSCOCO format using COCODetectionFactory from data_preparation.py. This class may be copied to your dataset generator. See documentation in code comments. If your dataset are already in this format, go to next step.
Specify perameters and in config/centernet_detection_config.yml.
Run catalyst catalyst-dl run --config=./configs/centernet_detection_config.yml
When you change dataset, you must delete cache files markup_*.json.cache because this files contain preprocessed bounding boxes info.