I used your scripts/train.sh to train ov2seg with Resnet50 backbone on 4 gpus and batch size 8 with total 370k iterations (all other hparams are kept unchanged), but cannot obtain the reported numbers in table 2 in the paper.
Sorry that there is a mistake in the paper. We checked the log and the batch size was 16 indeed. Please try it with bs=16. We will fix the typo in the paper.
Thank you for your great work.
I used your scripts/train.sh to train ov2seg with Resnet50 backbone on 4 gpus and batch size 8 with total 370k iterations (all other hparams are kept unchanged), but cannot obtain the reported numbers in table 2 in the paper.
Do I need to config anything else? or can you please share the training log of the provided R50 version? Thank you!