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

Some questions #37

Closed
jeongc opened this issue Aug 11, 2017 · 6 comments
Closed

Some questions #37

jeongc opened this issue Aug 11, 2017 · 6 comments

Comments

@jeongc
Copy link

jeongc commented Aug 11, 2017

Hi

Thanks for your wonderful works!
After reading your papers, I have a few questions. It would be great helpful if you share some informations.

  1. Scale issue. Your paper did not mention anything about the well-known scale issue of monocular depth method. Do you think your algorithm/network overcomes the scale issue?

  2. Gray vs. color images. Did you ever try with gray images with the same conditions? If you did, could you share any comparison or opinion?

  3. KITTI full-resolution. It seems that your result of stereo is good. Did you evaluate on the official KITTI evaluation server with full-resolution images or do you have plan to do?

Regards,
CJ

@mrharicot
Copy link
Owner

Hi,

  1. Yes and No. It is obviously able to figure out the scale of the scene as it produces fairly accurate depths. But it was also trained on a very similar scenes, the scale ambiguity isn't really there.

  2. We only used color images for training, however we randomly scales the rgb values at training time to make it less color dependent. I did not try on bw images at test time.

  3. No, the stereo was just a quick experiment to show that our model was able to learn different tasks given the same architecture.

I hope this helps!

Best,
Clément

@xjoshramos
Copy link

gray image inference on pre-trained color kitti vgg.

0000000000

0000000000_disp

@mrharicot
Copy link
Owner

Hi,

I think something else went wrong here, the output looks like it concatenated two depthmaps next to each other.
What did you run exactly?

@xjoshramos
Copy link

mono_simple.py on pretrained kitti_model set.

@mrharicot
Copy link
Owner

I just fixed it.
kitti_bw_disp

@xiaohedu
Copy link

Hi @mrharicot @xjoshramos
if I train monodepth with gray images, could you provide me some advice about code modification?,thank you!

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

4 participants