Enhance HVideoTool's detection and restoration features: added support for tracking the model used in detections, improved temporal coherence by allowing the use of already-restored frames in the restoration process, and updated the UI to reflect these changes with new indicators and configuration options. Documentation in CLAUDE.md has been updated accordingly.
This commit is contained in:
@@ -62,3 +62,7 @@ class AppConfig:
|
||||
dm_dir: str | None = None # optional extra dir to search for mosaic_position.pth
|
||||
dm_model: str | None = None # DeepMosaics clean weights (clean_*.pth)
|
||||
dm_gpu: str = "0" # CUDA device id, "-1" for CPU
|
||||
# Temporal engine only: feed already-restored PAST frames into the BVDNet window
|
||||
# (instead of the original mosaic frames) for stronger temporal coherence. Slightly
|
||||
# out-of-distribution for the net (trained on mosaic windows) — toggle in the dialog.
|
||||
dm_feed_restored: bool = True
|
||||
|
||||
Reference in New Issue
Block a user