Skip to content
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

Could you please give the detailed information about Ensemble? #42

Closed
longmalongma opened this issue Aug 15, 2021 · 4 comments
Closed

Comments

@longmalongma
Copy link

After I added ASPP and Wideresnet50 to your code, the segmentation accuracy decreased. Could you please give the detailed information about Ensemble?

@JerryX1110
Copy link

Without using BL30K data, I tried to use resnet101+aspp, resnet101w+aspp, and resnet50w+aspp, the performance on YTB all dropped lightly. I am not quite sure of whether I need to tune the hypers more carefully for better performance. Have you used BL30K data? @longmalongma

@longmalongma
Copy link
Author

Without using BL30K data, I tried to use resnet101+aspp, resnet101w+aspp, and resnet50w+aspp, the performance on YTB all dropped lightly. I am not quite sure of whether I need to tune the hypers more carefully for better performance. Have you used BL30K data? @longmalongma

@JerryX1110 Yes, I tried to use resnet101+aspp, resnet101w+aspp, and resnet50w+aspp with BL30K, the performance on YTB all also dropped lightly. That's why I brought it up.

@hkchengrex
Copy link
Owner

@JerryX1110 @longmalongma Sorry that I could not be more responsive these days since I am moving and there is a lot to handle.

From my experience changing the backbone from resnet50 to wide-resnet50 always helps. Adding ASPP or using a deeper network does not always help because it changes the receptive field and you might need a larger crop size in training.

@hkchengrex
Copy link
Owner

Just to clarify -- I did not use a larger crop size in my experiments for models with ASPP because it's so much slower to train. That's just a suggestion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants