RobustVideoMatting
RobustVideoMatting copied to clipboard
👉An ONNXRuntime C++ Demo for RobustVideoMatting is released.
-
ONNXRuntime C++ Demo: lite.ai.toolkit from DefTruth
-
the output using rvm_mobilenetv3_fp32 of rvm-cpp-demo is:
- 详细的RobustVideoMatting C++版本接口使用文档见 RobustVideoMatting.lite.ai.toolkit
Nice demo! How do you deal with RVM now being under GPL3.0 whilst lite.ai is under MIT?
Nice demo! How do you deal with RVM now being under GPL3.0 whilst lite.ai is under MIT?
This is indeed a problem, and I will seriously consider it. But I think the best option is to comply with the agreement of this project.
Not sure why is your result red-ish. Maybe there is a bug on RGB reading? Did you convert BGR to RGB properly?
Not sure why is your result red-ish. Maybe there is a bug on RGB reading? Did you convert BGR to RGB properly?
@PeterL1n 👍Many thanks to let me know this problem ~ This is indeed a bug. When I performed channel-tranpose the order of the B channel and the G channel was swapped. This bug has now been fixed