Closed fengmaozheng closed 2 years ago
Hello, just download COCO trans2017, val2017 and annovation2017 from COCO website2. After you have all the files. just put it in the root folder ./data/coco/
(you can check this one if you open one of the training config inside ./configs/coco/
there are so many configs there.
After you set all of them you can go to ./scripts/train.py
and run python ./scripts/train.py --exp-id {yourFolderDataTraningName} --cfg {yourSelectedConfigFilePath}
Or you can run from its .sh
in ./scripts/train.sh
Hope I help you to address your problem.
why i dont have the folder data
You need to create that folder
Why are all the training related questions open or not properly answered? I can't find tutorial on how to train models within this repo.