You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When I run ns-process-data record3d --data <path to data> --ply <path to ply> --output-dir <output dir >
I have bug that there is no flag for --ply, but I have seen the ply_dir var in class ProcessRecord3D
When I type ns-process-data record3d --help, the output have no --ply-dir option
what's wrong? Environment
I am running in the prebuilt docker image ghcr.io/nerfstudio-project/nerfstudio:latest
The text was updated successfully, but these errors were encountered:
Describe the bug
When I run
ns-process-data record3d --data <path to data> --ply <path to ply> --output-dir <output dir >
I have bug that there is no flag for --ply, but I have seen the
ply_dir
var in class ProcessRecord3DWhen I type
ns-process-data record3d --help
, the output have no --ply-dir optionwhat's wrong?
Environment
I am running in the prebuilt docker image
ghcr.io/nerfstudio-project/nerfstudio:latest
The text was updated successfully, but these errors were encountered: