-
Notifications
You must be signed in to change notification settings - Fork 275
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
poor inference results #14
Comments
Since the net was trained with images of the size 1024x512 px, the input images should have this size. However the results are worse because Deep Neural Networks generally assume that the input |
What is the best approach to adapt the distribution of the test images to the train data distribution? |
That's a good question. This is a field associated with Domain Adaptation. It is out of the scope of my comment to answer this with great depth, but in general much research is still needed to improve the generalisation of deep neural networks. |
Okay. Thank you for your help. |
Thank you for publishing your code. But why does the algorithm work much better on the cityscape test set images than on random traffic images from the internet? Is there some preprocessing necessary?
The text was updated successfully, but these errors were encountered: