In the resulting folder,
annotations/instances_trainval35k.json.zip is corrupted (also why does the script downloads this but doesn't unzip it?)coco_labels.txt is missing (it can be found in ssd.pytorch/data)There are no errors in the console output.
You can download that file on here.
https://dl.dropboxusercontent.com/s/s3tw5zcg7395368/instances_valminusminival2014.json.zip
After download, just change file's name correctly(instances_trainval35k.json) and copy that to correct directory(annotations/).
Then, you can train with MS COCO dataset.
I think we can only train this model on coco but we can not test and evaluate, am I correctly understood
Thank you
Most helpful comment
You can download that file on here.
https://dl.dropboxusercontent.com/s/s3tw5zcg7395368/instances_valminusminival2014.json.zip
After download, just change file's name correctly(instances_trainval35k.json) and copy that to correct directory(annotations/).
Then, you can train with MS COCO dataset.