Ssd.pytorch: COCO download script is broken

Created on 24 Jul 2018  路  2Comments  路  Source: amdegroot/ssd.pytorch

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.

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.

All 2 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kouyichi picture kouyichi  路  5Comments

xinyu1214 picture xinyu1214  路  5Comments

yxchng picture yxchng  路  4Comments

FostorHUNT picture FostorHUNT  路  4Comments

squirrel16 picture squirrel16  路  5Comments