fc-clip
fc-clip copied to clipboard
Can't reproduce the results on PC-459 dataset using the provided ckpt.
Hi @cornettoyu , thanks for your great work.
While using the provided checkpoint(ConvNeXt-Large fcclip_cocopan.pth
) to reproduce the results on OVS task, I can get similar results on all the other datasets except for the PC-459 dataset. The log is here
pc459-log.txt.
A-847 | A-150 | PC-459 | PC-59 | VOC-20 | PAS-21 | |
---|---|---|---|---|---|---|
paper | 14.8 | 34.1 | 18.2 | 58.4 | 95.4 | 81.8 |
ckpt | 14.7 | 34.0 | 13.8 | 58.4 | 95.3 | 81.8 |
I did follow every step in the instrcution and tried to prepare the PC-459 dataset several times, but I can't get the expected results on PC-459. Now I am confused what is going wrong here.
And the command I use is
python train_net.py --num-gpus 8 --config-file configs/coco/panoptic-segmentation/fcclip/fcclip_convnext_large_eval_pc459.yaml --eval-only MODEL.WEIGHTS ./fcclip_cocopan.pth