RobustVideoMatting
RobustVideoMatting copied to clipboard
using opencv to load the video?
Hi, and thank you for making this code available! I would like to integrate it into an existing workflow that uses opencv to load videos. Would you be able to provide any tips on how to pass cvMat frames into this code?
Thank you!
it depends on what inference framework you used, and you need to decide transpose a HxWxC Mat data to CxHxW or not.