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
So pychubby works on images. Videos are just sequences of images so in theory you could make it work on videos.
However, there are 2 problems
Temporal consistency - two consecutive frames might result in slightly different warping so if one plays the video I would imagine it will be "jittery"
pychubby is basically built on interpolation algorithms and they might take some time to run (depending on the parameters). Assuming your video is 24 FPS than each frame would need to be warped in 0.04s which I think is not possible (for any reasonable resolution) without some code optimizations.
Anyway, feel free to give it a try anyway and report back how it went:)
Interesting work. Is it possible to do it in realtime? Say live on camera video, perform nose slimming.
The text was updated successfully, but these errors were encountered: