youngwanLEE / CenterMask

[CVPR 2020] CenterMask : Real-Time Anchor-Free Instance Segmentation
https://arxiv.org/abs/1911.06667
Other
770 stars 124 forks source link

The training dataset is coco2014? #46

Open cizhenshi opened 4 years ago

cizhenshi commented 4 years ago

In your papers, "All models are trained on the train2017 and val2017 are used for ablation studies." But in your code, configs, I found that " TRAIN: ("coco_2014_train", "coco_2014_valminusminival") TEST: ("coco_2014_minival",)", Does this mean you use coco2014dataset to train and test?