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
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
torchrun --nnodes=1 --nproc-per-node=8 'datagen/nerfstudio2webdataset.py' -i ../waymo_ns -o ../waymo_webdataset
The text was updated successfully, but these errors were encountered:
Hi! This is a mistake and we need to make them all True.
Thank you for pointing it out! We have updated the code.
Sorry, something went wrong.
Thank you very much.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: