We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The bts_test.py in pytorch version of BTS only allows testing/inference on the KITTI or NYU V2 dataset. How do I perform inference on a single image?
bts_test.py
The text was updated successfully, but these errors were encountered:
Solved it temporarily by modifying arguments_test_nyu.txt and adding interested images in nyudepthv2_test_files_with_gt.txt.
arguments_test_nyu.txt
nyudepthv2_test_files_with_gt.txt
Sorry, something went wrong.
Added bts_sequence.py for the same #45.
bts_sequence.py
No branches or pull requests
The
bts_test.py
in pytorch version of BTS only allows testing/inference on the KITTI or NYU V2 dataset. How do I perform inference on a single image?The text was updated successfully, but these errors were encountered: