-
Notifications
You must be signed in to change notification settings - Fork 85
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
How to run on different set of images? #10
Comments
Hi @kajalsanklecha! I created this dummy example for data generation that shows how to use the current code with any data. |
Thank you @eram1205 that's amazing! |
Thanks @lioryariv ! Let me know in case you'd like to include it in the project, I'd create a clean PR for that. The scene looks like below. Simple but works :) |
Hello, I was trying to run IDR on new data. I made sure to supply images, masks and an initial cameras.npz but i was not able to run the pre-process script to calculate the new cameras.npz file. |
Please see my answer here: #15 (comment) and let me know if you have any additional issues. |
Hi, I used colmap to generate camera parameters, and processed the camera parameters with the scripts from NeuS to get the cameras_sphere.npz file. The script preprocess_cameras.py provided by IDR just use world mat to calculate the normalization, so I used preprocess_cameras.py to process cameras_sphere.npz, and got the normalization matrix. |
The given readme shows how to run the code on the DTU dataset but if we want to run it on some other set of images, how do we do it?
What all data is needed other than the images to make the code run?
The text was updated successfully, but these errors were encountered: