improve memory reporting, explicit interpolation and minimax tracking

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2026-08-25 09:11:46 +02:00
parent 5159e8b1a5
commit 1946892b7f
12 changed files with 82 additions and 33 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ def apply_video_interpolation(
except Exception:
pass
log.info(f'Video interpolation: type={in_type} input={in_len} output={frames_len(out)} count={count} scale={scale}')
log.info(f'Video interpolate: type={in_type} input={in_len} output={frames_len(out)} count={count} scale={scale}')
return out