You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The way that the owner of this repo has it set up at this time, out of the box you can't just test on one of your images. A "hacky" way to get the depth values is to one of the following:
Copy your image into the corresponding data directory and adjust the test.txt file associated with that directory to only have the name of your image in it. i.e. if you're running binsformer. Copy your image into the data/nyu directory then adjust the nyu_test_.txt to only have your image name in it.
Edit the tools/test.py file directly
point the config file parameter 'data_root' to the directory that contains your image
@mexicantexan Hello, I put the pictures in the nyu dataset directory, and modified the nyu_test file, but the program does not run normally, but the nyu dataset can run normally, is it because of the resolution or what?Thanks.
My data resolution is 3840 * 2160, what needs to be modified?
how can I test one single picture , and get the output of the depth value?
The text was updated successfully, but these errors were encountered: