MagnumVD / RotoForge-AI

An implementation of SAM-HQ + some other stuff to make rotoscoping in blender fast af
https://ko-fi.com/s/5025cf0a06
Other
40 stars 1 forks source link

Mask preview lags one frame behind during tracking. #3

Open MagnumVD opened 6 months ago

MagnumVD commented 6 months ago

This is a known limitation. I cannot process a frame while not showing it. And I cannot show the finished mask for a frame I'm only processing at that time.

Idea for fix: Completely overwrite the whole image with a shader like I used for the mask preview. The problem here is that I cannot get the image data in its colour space, it's always interpreted as non-colour data.