cassieyangyj commited on
Commit
167e8f6
·
1 Parent(s): 6915b28

fix reconstruct_hot3d docstring example path

Browse files
Files changed (1) hide show
  1. hot3d/reconstruct_hot3d.py +1 -1
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/videos
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_...