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
Fixed an issue with the wrong direction of an optical flow applied to an image.
Added text to video mode within txt2vid.py script. Make sure to update new dependencies for this script to work!
Added a threshold for an optical flow before processing the frame to remove white noise that might appear, as it was suggested by @alexfredo.
Background removal at flow computation stage implemented by @CaptnSeraph, it should reduce ghosting effect in most of the videos processed with vid2vid script.