knorth55 / chainer-light-head-rcnn

[This project has moved to ChainerCV] Chainer Implementation of Light Head RCNN
MIT License
18 stars 1 forks source link

How to prepare dataset for training? #9

Closed mmaaz60 closed 4 years ago

mmaaz60 commented 4 years ago

Hi @knorth55,

How can I prepare the COCO dataset for training and validation? Are there any instructions out there? Thanks

knorth55 commented 4 years ago

@mmaaz60 Hi, as https://github.com/knorth55/chainer-light-head-rcnn/blob/master/examples/train_multi.py#L20, we use chainercv https://github.com/chainer/chainercv for coco dataset preparation, and the coco dataset will be downloaded automatically. please try it.

mmaaz60 commented 4 years ago

Thanks @knorth55