Thanks for the excellent paper and code.
Could you please clarify more details of the data setting? Otherwise, there may exist some mismatches (for me).
For example, my data for COCOA training set seems to contain only 2276 images (2476 claimed in the paper).
I have modified ./detectron2/data/datasets/builtin.py as:
Is there any mistake in my setting?
Thanks for any suggestions.
Claimed in the paper:
The COCOA cls dataset consists of 2476 images in the training set and 1223 images in the validation
set.
Printed by the code:
Loaded 2276 images in COCO format from ./coco/amodal_cls_annotations/COCO_amodal_train2014_with_classes.json
Removed 0 images with no usable annotations. 2276 images left.
Thanks for the excellent paper and code. Could you please clarify more details of the data setting? Otherwise, there may exist some mismatches (for me).
For example, my data for COCOA training set seems to contain only 2276 images (2476 claimed in the paper). I have modified ./detectron2/data/datasets/builtin.py as:
, because the dataset in the config is registered as:
. And my images are wget from
Is there any mistake in my setting? Thanks for any suggestions.
Claimed in the paper:
Printed by the code: