-
Notifications
You must be signed in to change notification settings - Fork 47
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
Code related clarifications #3
Comments
Hi,
Best, |
Thanks for the quick and detailed reply!
Also a small clarification on this
and with size- ([1, 3, 370, 1226]) |
Hi, Yes, that's right. |
I am running this on a custom dataset, and I'm confused about this line: Line 141 in c31a1d2
If during evaluation we supply the model with only monocular images, are we able to leave this value of 0.54? It doesn't really make sense to set it to the value between two cameras when there is only one. Thanks! |
Hi, |
Thanks so much for the speedy reply! Just to clarify, it would be unknown up to scale and shift, not just scale, correct? Apologies if this is a trivial question, my graphics/vision is not so strong! |
Yes, you are right :). both scale and shift. By the way probably as you may know, at CVPR this year, there is a very nice paper that recovers scale, shift, including the focal length: Learning to Recover 3D Scene Shape from a Single Image |
Hello @hurjunhwa and team!
I am using this code to train on my own dataset.In regard to this I had a few questions as follows:
I wanted to know how did you get the scaling of 0.54 in the following code:
self-mono-sf/losses.py
Line 141 in c31a1d2
Also in the below mentioned line of code dividing the disp by 256 is only specific to kitti dataset right?:
self-mono-sf/datasets/common.py
Line 86 in c31a1d2
Regarding the flow,I am not sure exactly what these numbers in the following line mean,are they to be changes while using a different dataset?
self-mono-sf/utils/flow.py
Line 35 in c31a1d2
And I was able to visualize the sceneflow but I am not sure how to validate it,because I do not have the ground truth flow nor the disparity.Can you please help me out in this case?
It was earlier mentioned that this line of code gives the scene flow:
self-mono-sf/losses.py
Line 481 in 5f4e079
But I am unsure of what each value in this output sceneflow represent,Is it the normalized x,y and z coordinate of the motion vector?
Can you please help me understand this line of code which gives the output for the sceneflow?
Any help is greatly appreciated!
Thank you
The text was updated successfully, but these errors were encountered: