FreeSeg
FreeSeg copied to clipboard
I came across your paper reporting the results of your model on the ADEChallengeData2016 dataset. However, I couldn't find the corresponding code and configuration files for the dataset on your...
I want to use the trained model to test it, where is the relevant code . Is it the test_with_TTA code?
When I use mask2former_R101c_alltask_bs32_60k.yaml to get proposal classification, i got an error Dataset 'coco_2017_val_panoptic_with_sem_seg' is not registered! . Is the dataset wrong?
what is coda version for MSDA
Thanks for your great work. Can you provide a pretrained model to run a demo,ths!
When I use mask2former_learn_prompt_bs16_10k.yaml to get proposal classification, i got an error "RuntimeError: The size of tensor a (211) must match the size of tensor b (197) at non-singleton dimension...
Great job!! When will your group release a demo checkpoint?
I found that the project uses the test time augmentation instead of test time adaptation. Where is the test time adaptation used?
Dear author: 使用的mmcv版本是什么呢?