jkjung-avt / tensorrt_demos

TensorRT MODNet, YOLOv4, YOLOv3, SSD, MTCNN, and GoogLeNet
https://jkjung-avt.github.io/
MIT License
1.74k stars 545 forks source link

modnet .onnx video matting support? #584

Closed akashAD98 closed 1 year ago

akashAD98 commented 1 year ago

can you add modnet.onnx model background as .mp4 or .gif file instead of static color or background

jkjung-avt commented 1 year ago

I don't have a plan to do that.

It should not be too difficult though. All you need to do is to merge test_onnx.py with trt_modnet,py.

akashAD98 commented 1 year ago

okay thanks