[HELP] RobustVideoMatting #543
-
I created Hardware Accelerated Robust Video Matting from https://github.com/PeterL1n/RobustVideoMatting in order to make it faster. And while I succeeded in making it much faster compared to CPU and even non Hardware Accelerated GPU. On each movement of people I am getting some strange rainbow glow glitch (mostly red and green, creating double image, one being normal other one being partial with red and green glow/blur effect). In order to create Tensor that is needed for calculations I used this snipped that I got from the samples:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi @aklacar1 I need more info to understand what's happening exactly but from the first glance the issue you observe is quite similar to #506 |
Beta Was this translation helpful? Give feedback.
-
Since the answer seems to be related to another issue, and this looks like I solved it with a fix I posted. I am closing this |
Beta Was this translation helpful? Give feedback.
Hi @aklacar1
I need more info to understand what's happening exactly but from the first glance the issue you observe is quite similar to #506
If that doesn't help - please provide more code and input sample required for the bug to reproduce.