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

output resolution #126

Open
mwelponer opened this issue Oct 16, 2020 · 0 comments
Open

output resolution #126

mwelponer opened this issue Oct 16, 2020 · 0 comments

Comments

@mwelponer
Copy link

Hello,

I am using parts of your code written in depth_estimation.
nyu_data training is made of pics 640x480. In your predict code, after loading the rgb images you resize them to 640x480 (test.py line 38).

Question 1: what happens if I skip the resize and do the predict with input images with higher resolution (higher than the resolution of the images used for training)?
I mean, I am wondering if trying to infer depths using a network trained using lower resolution images may give good results

Another thing I have noticed is that the output has resolution 320x240. I have found the place where you set the shape of the depth (data.py line 24 for train and line 74 for test).

Question 2: Why half the resolution?
Question 3: What if I want to get depth images with the same resolution of the input?
I have tried to play a bit with the code but I couldn't find out what and where I need to change. Could you give me some hints?

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

1 participant