Skip to content
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

Parameter of nerfstudio2webdataset.py #8

Open
zhujiagang opened this issue Jan 13, 2025 · 2 comments
Open

Parameter of nerfstudio2webdataset.py #8

zhujiagang opened this issue Jan 13, 2025 · 2 comments

Comments

@zhujiagang
Copy link

Thanks for sharing your code!
I have a question about the parameter of nerfstudio2webdataset.py when running
torchrun --nnodes=1 --nproc-per-node=8 'datagen/nerfstudio2webdataset.py' -i ../waymo_ns -o ../waymo_webdataset.
If I want to get final results, sky mask, gt depth, should all the blow values be set to True?
SAVE_RGB_WDS = False
SAVE_SEGMENTATION_WDS = False
SAVE_POSE_WDS = False
SAVE_DYNAMIC_OBJECT_BBOX_WDS = False
SAVE_ALL_OBJECT_BBOX_WDS = False
SAVE_DEPTH_WDS = True

@yifanlu0227
Copy link
Collaborator

Hi! This is a mistake and we need to make them all True.

Thank you for pointing it out! We have updated the code.

@zhujiagang
Copy link
Author

Thank you very much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants