-
Notifications
You must be signed in to change notification settings - Fork 5.5k
How to install coco_annotations_minival.tgz? #60
Comments
you do not need to rename the json files, just put them into the annotations folder, leaving the json file names unchanged |
Hi @virilo, as @XupingZHENG pointed out, there is no need to rename minival annotations. Please read the COCO dataset setup instructions here. Relevant extract:
|
Thanks a lot @XupingZHENG, @ir413 I didn't realize that the example trains with full COCO 2014, but infers in COCO 2014 minival. So I had to put all the .json in the same folder ... as the instructions and the yaml file say ... :$ |
can you please explain how to make the instance_minival2017 and instances_valminusminival2017 json files |
Updated the link, it should work now. Sorry for the inconvenience.
There are no |
Hi,
I'm trying to train the example network at https://github.com/facebookresearch/Detectron/blob/master/GETTING_STARTED.md#2-coco-dataset
The instructions refer to "coco_2014_minival (which must be properly installed)".
I wasn't very sure what to do and I unzipped https://s3-us-west-2.amazonaws.com/detectron/coco/coco_annotations_minival.tgz and renamed the files as follows:
I have compiled the current github master of Detectron and the current master of caffe2 to use CUDA 9 and cuDNN 7
When I execute this:
I receive the following error:
However if I use the full dataset annotations it starts training without errors. I downloaded these annotations from:
http://msvocds.blob.core.windows.net/annotations-1-0-3/instances_train-val2014.zip
http://msvocds.blob.core.windows.net/annotations-1-0-3/person_keypoints_trainval2014.zip
http://msvocds.blob.core.windows.net/annotations-1-0-3/captions_train-val2014.zip
How should I install coco_annotations_minival.tgz?
The text was updated successfully, but these errors were encountered: