Closed chouqin3 closed 3 years ago
Hi, Thank you for your interest in the work. Please verify the labeled-ratio used in the command-line arguments. According to your current arguments of labeled-ratio=2%, the expected performance is 58.1% (Table1 without COCO pre-training ) as mentioned in the paper.
I've updated the questions, thanks for your attention, could you explain it?
I run the command
--dataset pascal_voc --checkpoint-dir ./checkpoints/voc_semi_0_125 --labeled-ratio 0.125 --ignore-label 255 --num-classes 21
and achieve 64.11%, that paper says 65.4%--dataset pascal_voc --checkpoint-dir ./checkpoints/voc_semi_0_02 --labeled-ratio 0.02 --ignore-label 255 --num-classes 21
and achieve 53.59%, that paper says 58.1%, what's the problems?