You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
π If you want to support this project buy me a coffee π
Don't copy .engine files from previous version. Tensorrt update requires engines to be rebuild.
Changelog: v0.5.x β v0.6.1
Features:
[experimental] LUT color corrections via cube files. Fixes #142 - you can find there example cube files
vram and performance improvements (thanks to sh202603 for finding O(n^2) regression in dense conv).
Your results might be different, depends on GPU and restored area resolution.
Video
Before (time / VRAM)
After (time / VRAM)
Speed Ξ
VRAM Ξ
file-1080p-A
4m 50s
4m 15s
-12.1%
-14.8%
file-1080p-B
57s
54s
-5.3%
~-0.6%
file2-1080p
32s
31s
-3.1%
-12.7%
4k
1m 45s
52s
-50.5%
-19%
bt 601 colorpsace support (color space used in old videos).
streaming support either via built-in app that you can open in browser or via my stash fork.
Stash is prefered but you can start streaming mode in your browser via jasna-cli --stream. Specify other settings if you prefer.
STASH
Fixes:
model_weights are not read from current working directory. fixes #161#133
improved HAGS detection (yes you still have to disable hardware accelerated scheduling on windows) & added nvidia driver check & path check.
relax NVIDIA driver requirement to 580+ fixes #117