-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Performance on DEIT-base model #31
Comments
Hello, I have encountered the same problem as you. I also tried to replace Backbone with DeiT-base, but only achieved 19.7 results. I wonder that have you solved this problem? thank you |
Actually I have not solved this problem yet after several trials, including parameters-tuning. Therefore, personally I think this method may simply be effective on diet-small, and same phenomenon could be found in some new papers related to WSSS.在 2023年3月21日,14:52,111chengxuyuan ***@***.***> 写道:
Hello, I have encountered the same problem as you. I also tried to replace Backbone with DeiT-base, but only achieved 19.7 results. I wonder that have you solved this problem? thank you
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Ok, Thank you for your reply. @Ferenas |
Hello,Could you provide the command line parameters for "python seg/train_seg.py" and "python seg/infer_seg.py" during training? (There are some path issues, and you haven't provided detailed paths, so I don't know how to match the required paths.) When I am training, I keep getting errors when reading. When "img_path" is set to "JPEGImages", it prompts that there is no xxx image in the pgt-psa-rw file in the - -seg_pgt_path: MCTformerV2 result file. When the --seg_pgt_path path is set to MCTformer_v2/attn-patchrefine, the same error occurs, saying that there is no file named attn-patchrefine/2009_004377.png. I am not very clear about this. |
Hello,Could you provide the command line parameters for "python seg/train_seg.py" and "python seg/infer_seg.py" during training? (There are some path issues, and you haven't provided detailed paths, so I don't know how to match the required paths.) When I am training, I keep getting errors when reading. When "img_path" is set to "JPEGImages", it prompts that there is no xxx image in the pgt-psa-rw file in the - -seg_pgt_path: MCTformerV2 result file. When the --seg_pgt_path path is set to MCTformer_v2/attn-patchrefine, the same error occurs, saying that there is no file named attn-patchrefine/2009_004377.png. I am not very clear about this. |
@yijiangWang0316 Hi,my train.sh is as follows: python seg/infer_seg.py --weights ./temp_results/model_29.pth |
@111chengxuyuan Hello, Thank you very much for your response and assistance. Using the path you mentioned, the problem has been resolved and can be trained normally. The number of split iterations is 105800, and the training is not fast. |
@111chengxuyuan Hello, why does my segmentation result on the verification set become very high after setting up your path? The MIOU can reach 76.4%! It is 5 points higher than the author's. Is there a problem with the path?
|
Hi, thanks for sharing your good work! I would like to raise a question after I run the code. Since MCT-former is only adopted in VIT-small architecture which is pretrained with Deit, I have tried the DEIT-base model on this architecture. However, I found that the CAM of DEIT-base is drastically degraded, which only achieves 22.5% mIoU with patch refine in MCT-former1. Therefore, I would like to ask that whether you have tried this method on other backbones.
The text was updated successfully, but these errors were encountered: