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
Hi: I want to apply this code to the TUM dataset. What changes should I make?thank you very much!!!
The text was updated successfully, but these errors were encountered:
It is similar to train on the NYUv2 dataset.
Sorry, something went wrong.
It is similar to train on the NYUv2 dataset. You need to downsample the video. For example, pick one image from every 10 images. You may train the model on rescaled images e.g., 256x320. Optionally, you can rectify images (i.e, warp image pairs so that they do not have relative rotation) for better performance.
Thank you very much for your reply, I will try your method,Thanks again!
No branches or pull requests
Hi:
I want to apply this code to the TUM dataset. What changes should I make?thank you very much!!!
The text was updated successfully, but these errors were encountered: