-
Notifications
You must be signed in to change notification settings - Fork 353
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
from rgb to depth #148
Comments
Have you tried specifying the full path to the sequence directory? (Failing which, what's your working directory?) |
this is my command: this is an sample of pgm https://imgur.com/a/p7b6g0N |
Ok fair enough. What's the file format? When I run ImageMagick's identify tool on one of the Teddy sequence images, I get this:
What do you get with your files? |
identify teddy_frames/0000.pgm:
identify estimated_frame/0000.pgm:
|
when i use
image convert to 16-bit and infinitam work. but dont reconstruct anything and screen is black identify now:
identify estimated_frame/0001.pgm:
|
anyone has any idea how correct it? |
are there any comments in the pgm? the infinitam reader does not support comments in the file |
Also, is the scale of the depth values reasonable? If you can load the depth images but you get a black screen when you try to do the reconstruction, that might be worth double-checking. |
how can know is comment there? one sample of it is uploaded. https://gofile.io/d/uRwR5b
and open one of pgm files with text editor, in top of that is:
and dont see any comment |
any scale or characteristics needed for pgm files? |
Dear,
i want to reconstruct environment from video that captured from camera.
for first step want to create depth from image. had used monodepth on teddy dataset and generated depth images.
convert them to pgm with imagemagic.
but cant run code with these images and get error.
error reading file 'Teddy/estimate_depth/0000.pgm'
any way that can do this?
The text was updated successfully, but these errors were encountered: