This repository was archived by the owner on Jun 10, 2024. It is now read-only.
[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: |
Answered by
RomanArzumanyan
Oct 23, 2023
Replies: 2 comments 2 replies
Answer selected by
aklacar1
|
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 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.