diff --git a/docs/quickstart/custom_dataset.md b/docs/quickstart/custom_dataset.md index 922b890d88..32048ca9af 100644 --- a/docs/quickstart/custom_dataset.md +++ b/docs/quickstart/custom_dataset.md @@ -112,18 +112,27 @@ cd vcpkg Nerfstudio can also be trained directly from >=iPhone 12 Pro captures from the [Record3D app](https://record3d.app/). This uses the iPhone's LiDAR sensors to calculate camera poses, so COLMAP is not needed. -Record a video and export with the EXR + JPG sequence format. +Click on the image down below 👇 for a 1-minute tutorial on how to run nerfstudio with Record3D from start to finish. - - -Then, move the exported capture folder from your iPhone to your computer. +[![How to easily use nerfstudio with Record3D](imgs/record3d_promo.png)](https://youtu.be/XwKq7qDQCQk "How to easily use nerfstudio with Record3D") + +At a high level, you can follow these 3 steps: + +1. Record a video and export with the EXR + JPG sequence format. + + + + +2. Then, move the exported capture folder from your iPhone to your computer. + +3. Train with nerfstudio! + ``` + ns-train nerfacto record3d-data --data {RECORD3D_CAPTURE_DIR/EXR_RGBD} + ``` -``` -ns-train nerfacto record3d-data --data {RECORD3D_CAPTURE_DIR/EXR_RGBD} -``` -You can try with our data to see the correct formatting. +We provide some example recordings for you to try out and to see the correct formatting. ```shell ns-download-data --dataset record3d diff --git a/docs/quickstart/imgs/record3d_promo.png b/docs/quickstart/imgs/record3d_promo.png new file mode 100644 index 0000000000..327392795c Binary files /dev/null and b/docs/quickstart/imgs/record3d_promo.png differ