-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Can't Do Depth-Supervision in NeRFStudio #3549
Comments
Did you have the "depth_file_path" for each frame in the transforms.json?, e.g.,
I had depth and rgb images in the same folder and it worked for me. |
May I ask how to automatically add “depth_file_path” to transforms.json? Is there any scripts in nerfstudio? I can only find ns-process-data command in nerfstudio docs... |
Take a look at this Python script: https://github.com/nerfstudio-project/nerfstudio/blob/main/nerfstudio/process_data/polycam_utils.py |
Thanks |
Hello:
I have a dataset of RGB images and their corresponding depth images. I first process the data in COLMAP using:
ns-process-data images --data ./Tractor_RGB_Depth/TractorRGB/ --output-dir Processed_Tractor_RGB_Depth
After this, I manually moved the depth maps (which are a depths folder followed by versions I downsampled in Python). This is what my Processed_Tractor_RGB_Depth folder looks like:
(nerfstudio) bash-4.4$ tree -d
I then try to run:
Why is depths-path giving an error and saying it doesn't recognize it, but then proceeds to suggest running depths-path? What is going on?
The text was updated successfully, but these errors were encountered: