statho / ScoreHMR

ScoreHMR: Score-Guided Diffusion for 3D Human Recovery (CVPR 2024)
MIT License
367 stars 24 forks source link

Typo in ScoreHMR.ipynb show_local_mp4_video #8

Closed atonalfreerider closed 3 months ago

atonalfreerider commented 3 months ago

When the video display runs for breakdancing.mp4, it is looking for a file at demo_out/videos/breakdancing.mp4: No such file or directory

The actual file name has a shot incrementer appended to the end, so the filename for the video to play is: demo_out/videos/breakdancing_0.mp4

statho commented 3 months ago

Thanks a lot for catching this! Fixed the error now.