msracver / Relation-Networks-for-Object-Detection

Relation Networks for Object Detection
MIT License
1.09k stars 190 forks source link

COCO dataset directory layout #10

Closed chrisliu54 closed 6 years ago

chrisliu54 commented 6 years ago

Could you please show us how to arrange COCO dataset's directory layout(including train/val/test)?

I found it different between your specification in cfg file and official COCO dataset, e.g. valminusminival2014 and minival2014.

The annotation files I pulled from COCO's official site include annotations_trainval2014.zip and image_info_test2015.zip. The content inside zip file looks like this for trainval2014 and test2015 respectively: image image

Therefore, I got error message like this: image

@chengdazhi

chengdazhi commented 6 years ago

Hi, you can download all annotation files from: https://1drv.ms/f/s!Aj-v9If_gNq2gVt73yx7GjbwiwB-

All annotation json files go directly under ./data/coco/annotations

All images go under ./data/coco/train2014 and ./data/coco/val2014

chrisliu54 commented 6 years ago

Sure, thanks!

wanghao14 commented 5 years ago

@chengdazhi Hi, there is nothing in the shared link now. Could you please update and give an available link of the annotations?

chengdazhi commented 5 years ago

@JisuiWang Hi, you can find the annotations files at: https://pan.baidu.com/s/1kUv4fxd_bilGz3L0Zyfjjg The password is t64w

wanghao14 commented 5 years ago

@chengdazhi Thanks a lot!