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
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