ROMP icon indicating copy to clipboard operation
ROMP copied to clipboard

Fix video saving crash due to missing npz file

Open yqtl opened this issue 2 years ago • 1 comments

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.

yqtl avatar Aug 03 '23 15:08 yqtl

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

EarthRockerBam avatar Mar 05 '24 21:03 EarthRockerBam