-
Notifications
You must be signed in to change notification settings - Fork 268
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
Very low testing mIoU #4
Comments
Which model did you use? And can you list your hyperparameters? The hyperparameters I left in the code were used for resnet. |
My hyperparameters is same as your except the batch_size is 20. |
Update: It seems acceptable. Could you please tell me your results? |
Hmm... Actually, I got 65.75 mIOU using 25 epoch and 32 batch size. Your result is slightly better than mine... |
I run more 25 epoches based on the 0.661076 model, but the result is almost the same. |
@Fansiee Glad to help :) |
@Fansiee Aren't the classes a bit different in the augmented pascal VOC? I assume you're discussing these:
Could you perhaps create a pull request with your code changes to run what you used? |
@ahundt I think your link is correct and the classes should be the same. Just add all augmented data to your training set and change the hyper parameters, and you should be able to reproduce the result. |
Hi, @aurora95 @ahundt
I noticed that there were two issues have been discussed:
Now I have the following question:
|
@JeremyFxx Similar low mean IOU here (~58%). And I've adapted the repo to Keras 2.2.4 ---- not sure if this is the reason for lower mIOU. |
I train the model on VOC2012 segmentation, using 250 epoch and 20 batch_size.
The training accu is 0.985~.(It should be the pixel accu, right?)
But the testing mIoU is just 0.56025, which has a big gap with the result in the paper.
What's your result?
And maybe the hyperparameter is not optimal?
The text was updated successfully, but these errors were encountered: