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

poor inference results #14

Closed
manuel-88 opened this issue Jul 7, 2017 · 4 comments
Closed

poor inference results #14

manuel-88 opened this issue Jul 7, 2017 · 4 comments

Comments

@manuel-88
Copy link

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?

@TimoSaemann
Copy link
Owner

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
data distribution between the training and test data are similar. As the input data distribution changes, due to domain shift, the performance of the network degrades.

@manuel-88
Copy link
Author

What is the best approach to adapt the distribution of the test images to the train data distribution?

@TimoSaemann
Copy link
Owner

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.

@manuel-88
Copy link
Author

Okay. Thank you for your help.

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

2 participants