Closed Ferdeno closed 5 months ago
@manurare Could you please help me with this issue?
Hi,
For me it works. Maybe try to delete the None
column and just write a single column with the rgb file path
Hi,
Your Code is working for the input data and I'm getting the depth map, The solution for the issue that I had faced is changing the input image dimensions as your code accepts the image that has 2k resolution but i gave more than 2k resolution so the issue araises.
and
While giving None or empty in the second column in the txt file i got a error
Traceback (most recent call last):
File "main.py", line 563, in
With Dpt file the output folder has the following files
Without Dpt file the output folder has the following files
What kind of error is this?
It looks like what you are trying to save is not an array.
For the second question, if there is no GT we save disparity, if there is GT we save depth
When i give different input without GT and None in second coloumn of the .txt file. It gives a killed command in terminal Please help me with this.