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

Great code, have you tried scaling the image data? ([0,255] -> [0,1]) #2

Open
robd2 opened this issue Sep 27, 2018 · 6 comments
Open

Comments

@robd2
Copy link

robd2 commented Sep 27, 2018

Thanks for posting this code, it has been very helpful. Maybe I missed it in the code. Have you tried to rescale the image pixels for better results?

@wmpauli
Copy link

wmpauli commented Oct 3, 2018

I was also realizing that the model produced rather larger errors. I was able to get them into the correct range (e.g. around .2), by scaling the image data:

    return self.X[loc:loc+self.nt] / 255.0 # line 27 in kitti_data.py

But the model is currently not converging on anything better than the trivial model of just using the previous video frame as the prediction for what the current frame would look like. working on it ...

@robd2
Copy link
Author

robd2 commented Oct 3, 2018

Great info @wmpauli, thank you!

@jclevesque
Copy link

It seems to be running a lot slower than the keras implementation, and doesn't seem to be learning correctly either.

@xiehousen
Copy link

It seems to be running a lot slower than the keras implementation, and doesn't seem to be learning correctly either.

Can you get the result in the paper? And why does the test result look black and white? Thank you for your reply

@ghost
Copy link

ghost commented Jan 28, 2019

have you got some good results? @wmpauli

@DavidTorresOcana
Copy link

Has anybody made this to produce the paper results? If yes, can you please share what the problem is?
I am getting black and white predictions: Does anybody know why?

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

5 participants