From 1fc4aaa50ab383fc1e82687014a2cf923c131759 Mon Sep 17 00:00:00 2001 From: akanazawa Date: Thu, 6 Oct 2022 22:35:09 -0700 Subject: [PATCH] Update custom_dataset.md (#723) instant-gnp to the nerfacto --- docs/quickstart/custom_dataset.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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} +```