This repository has been archived by the owner on Jan 1, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 398
reproduction of Panoptic segmentation on COCO #79
Comments
Your training did not finish, please refer to #74 |
The COCO model is trained for |
it seems that I met this problem in open-mmlab/mmdetection#7538 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi thank you for your excellent work. I meet a problem when re-run your experiments.
I tried to follow your advice in Getting Started with Mask2Former, and run:
python train_net.py --num-gpus 8 \ --config-file configs/coco/panoptic-segmentation/maskformer2_R50_bs16_50ep.yaml
after training, the log showed that "Start inference on 625 batches". But after a few days, there are still no new logs. So I kill this process and run
python train_net.py \ --config-file configs/coco/panoptic-segmentation/maskformer2_R50_bs16_50ep.yaml \ --eval-only MODEL.WEIGHTS ./output/model_0094999.pth
,after evaluation, it showed that the result was
was lower that the result from Table 1 in the paper,
could you help me see what is the reason for this ^ ^
The text was updated successfully, but these errors were encountered: