Arthur151 / ROMP

Monocular, One-stage, Regression of Multiple 3D People and their 3D positions & trajectories in camera & global coordinates. ROMP[ICCV21], BEV[CVPR22], TRACE[CVPR2023]
https://www.yusun.work/
Apache License 2.0
1.36k stars 231 forks source link

Fix video saving crash due to missing npz file #476

Open yqtl opened 1 year ago

yqtl commented 1 year ago

This PR fixes an issue where missing frame NPZ files (due to failure detection of person) would cause the video processing workflow to crash.

If NPZ file is missing, generate an empty placeholder NPZ, which allows processing to continue.

EarthRockerBam commented 8 months ago

Thanks. I was about to write a fix myself. Sick of seeing that error part way through a render and having to halt it