From a6fd1c9a65c6d089a70fafa7ca905728a12acf44 Mon Sep 17 00:00:00 2001 From: Ethan Weber Date: Tue, 6 May 2025 11:20:55 -0700 Subject: [PATCH] Update default nerfstudio dataset download --- nerfstudio/scripts/downloads/download_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nerfstudio/scripts/downloads/download_data.py b/nerfstudio/scripts/downloads/download_data.py index a2c9d27584..f9245f2a9b 100644 --- a/nerfstudio/scripts/downloads/download_data.py +++ b/nerfstudio/scripts/downloads/download_data.py @@ -189,7 +189,7 @@ class NerfstudioDownload(DatasetDownload): https://drive.google.com/drive/folders/19TV6kdVGcmg3cGZ1bNIUnBBMD-iQjRbG?usp=drive_link. """ - capture_name: NerfstudioCaptureName = "bww_entrance" + capture_name: NerfstudioCaptureName = "nerfstudio-dataset" def download(self, save_dir: Path): """Download the nerfstudio dataset."""