Closed mmxuan18 closed 6 years ago
Did you set the symlinks for the dataset, as explained in the README?
@fmassa yes i do that as readme, and i train success serval steps
This is very weird, looks like your image folders doesn't match the annotations, or that some images were not downloaded
This shouldn't happen with a new download from the COCO website.
@fmassa the axel breakpoint resume cause some image not download, i doesn't check the final md5, redownload from coco fix my fault. very thanks
I have the same issue. I have a new download from COCO website as well.
_loading annotations into memory...
Done (t=4.30s)
creating index...
index created!
2019-06-21 13:32:46,203 maskrcnn_benchmark.utils.miscellaneous WARNING: Dataset [ConcatDataset] has no categories attribute, labels.json file won't be created
2019-06-21 13:32:46,482 maskrcnn_benchmark.trainer INFO: Start training
Traceback (most recent call last):
File "./tools/train_net.py", line 191, in
Kindly help out with this. This happens during training. I have followed all the steps in the ReadMe
❓ Questions and Help
i ls coco/train2014 dir has 82385 images, and i debug to cocoapi load annotation json parse 82783 images. in coco api has filter image has no annotation , but do't has filter has annotation but image not exist? i down load instances_minival2014.json instances_valminusminival2014.json from internet, will this has same problem?