joe-siyuan-qiao / DetectoRS

DetectoRS: Detecting Objects with Recursive Feature Pyramid and Switchable Atrous Convolution
Apache License 2.0
1.13k stars 178 forks source link

how to get stuffthingmaps/train2017/ dataset? #64

Open tongxiaortx opened 4 years ago

tongxiaortx commented 4 years ago

data = dict( imgs_per_gpu=1, workers_per_gpu=1, train=dict( type=dataset_type, ann_file=data_root + 'annotations/instances_train2017.json', img_prefix=data_root + 'train2017/', seg_prefix=data_root + 'stuffthingmaps/train2017/', pipeline=train_pipeline),

how to get stuffthingmaps/train2017/ dataset?

joe-siyuan-qiao commented 4 years ago

Please take a look at https://github.com/joe-siyuan-qiao/DetectoRS/tree/master/configs/htc to prepare the dataset.

pratibhashinde commented 3 years ago

Is it the same as the dataset in this link: http://images.cocodataset.org/annotations/stuff_annotations_trainval2017.zip ?

pratibhashinde commented 3 years ago

Is it the same as the dataset in this link: http://images.cocodataset.org/annotations/stuff_annotations_trainval2017.zip ?