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

Question regarding Caltech V.S KITTI Preprocessing #16

Open
LeoXinhaoLee opened this issue Nov 3, 2022 · 0 comments
Open

Question regarding Caltech V.S KITTI Preprocessing #16

LeoXinhaoLee opened this issue Nov 3, 2022 · 0 comments

Comments

@LeoXinhaoLee
Copy link

Hi, thanks so much for releasing code for this inspiring work!

I notice that in the get_sequence method of class KITTI() you normalize the image by (x / 127.5) - 1, which makes its value in range [-1.0, 1.0]. However, in class CALTECH, the normalization becomes (x / 255.0), which makes its value in range [0, 1.0] (here ignoring shade).

Could you please explain the reason for this difference to me? Thank you very much!

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

1 participant