-
Notifications
You must be signed in to change notification settings - Fork 69
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
Comments
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. |
@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. |
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. |
After I added ASPP and Wideresnet50 to your code, the segmentation accuracy decreased. Could you please give the detailed information about Ensemble?
The text was updated successfully, but these errors were encountered: