Open tongxiaortx opened 4 years ago
Please take a look at https://github.com/joe-siyuan-qiao/DetectoRS/tree/master/configs/htc to prepare the dataset.
Is it the same as the dataset in this link: http://images.cocodataset.org/annotations/stuff_annotations_trainval2017.zip ?
Is it the same as the dataset in this link: http://images.cocodataset.org/annotations/stuff_annotations_trainval2017.zip ?
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?