hustvl / 4DGaussians

[CVPR 2024] 4D Gaussian Splatting for Real-Time Dynamic Scene Rendering
https://guanjunwu.github.io/4dgs/
Other
2.11k stars 171 forks source link

Typo in `multipleviewprogress.sh` #127

Closed dli7319 closed 5 months ago

dli7319 commented 5 months ago

In multipleviewprogress.sh there is this line: python scripts/extractimages.py $workdir

The rest of the script assumes workdir is under data/multipleview but this line assumes workdir is under data. This should be changed to:

python scripts/extractimages.py multipleview/$workdir