-
Notifications
You must be signed in to change notification settings - Fork 98
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
I have ran your code, but the results are not good as yours. #26
Comments
Same here, 35.7 for instance segmentation and 65.9 for semantic segmentation. |
So,could you upload the latest code to github?Thanks------------------ 原始邮件 ------------------
发件人: "Jiwoon Ahn"<[email protected]>
发送时间: 2020年3月3日(星期二) 下午2:41
收件人: "jiwoon-ahn/irn"<[email protected]>;
抄送: "Peipei"<[email protected]>;"Mention"<[email protected]>;
主题: Re: [jiwoon-ahn/irn] I have ran your code, but the results are notgood as yours. (#26)
Hi @username123062, @xiaaoo,
Detectron (https://github.com/facebookresearch/Detectron) has been changed since I finished the paper. I suppose that might have caused the performance gaps.
For semantic segmentation, we used dense CRF and Multi-scale & Flip inference. Please see the details in the supplementary materials of our paper.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I think I misunderstood your question. |
hi guys👋 @jiwoon-ahn thanks for the great work. Have you tried to validate the results again lately? Any suggestions? |
@username123062 @xiaaoo hello friends, could you please share the hyperparameters for training the IRNet please? I tried the default parameters in run_sample.py, but the CAM is really poor and I have to lower the learning rate and increase epochs to reach a good convergence. For the IRNet the default parameters also won't work, as the displacement field can not be learned, which leads to very poor performance for the centroid clustering. It is a pity that the original paper didn't even mention the hyperparameters, and it seems that the authors have already abandoned answering the questions posted here. Thanks a lot!!! |
I have ran your code, but the results are not good as yours. So do you have some special skills to run the code? Thanks.
Instance segmentation + training dataset (0.5AP): mine 35.7, yours 37.7;
Semantic segmentation + training dataset (miou): mine 66.0, yours 66.5;
The text was updated successfully, but these errors were encountered: