diff --git a/docs/quickstart/custom_dataset.md b/docs/quickstart/custom_dataset.md index 3f65e1b12a..c59a442a09 100644 --- a/docs/quickstart/custom_dataset.md +++ b/docs/quickstart/custom_dataset.md @@ -25,7 +25,7 @@ A full set of arguments can be found {doc}`here` Simply specify that you are using the `nerfstudio` dataparser and point the data directory to your processed data. ```bash -ns-train instant-ngp nerfstudio-data --data {PROCESSED_DATA_DIR} +ns-train nerfacto nerfstudio-data --data {PROCESSED_DATA_DIR} ``` ### Installing COLMAP @@ -119,5 +119,5 @@ Record a video and export with the EXR + JPG sequence format. Then, move the exported capture folder from your iPhone to your computer. ``` -ns-train instant-ngp record3d-data --data {RECORD3D_CAPTURE_DIR/EXR_RGBD} -``` \ No newline at end of file +ns-train nerfacto record3d-data --data {RECORD3D_CAPTURE_DIR/EXR_RGBD} +```