Commit ·
167e8f6
1
Parent(s): 6915b28
fix reconstruct_hot3d docstring example path
Browse files
hot3d/reconstruct_hot3d.py
CHANGED
|
@@ -12,7 +12,7 @@ Requirements: huggingface_hub, imageio[ffmpeg], imageio-ffmpeg, opencv-python-he
|
|
| 12 |
Usage:
|
| 13 |
python hot3d/reconstruct_hot3d.py \
|
| 14 |
--workdir /path/to/hot3d_work \
|
| 15 |
-
--output-dir hot3d/
|
| 16 |
|
| 17 |
# Pass a HuggingFace token if the dataset is gated:
|
| 18 |
--token hf_...
|
|
|
|
| 12 |
Usage:
|
| 13 |
python hot3d/reconstruct_hot3d.py \
|
| 14 |
--workdir /path/to/hot3d_work \
|
| 15 |
+
--output-dir hot3d/rgbs
|
| 16 |
|
| 17 |
# Pass a HuggingFace token if the dataset is gated:
|
| 18 |
--token hf_...
|