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

Save video on the YOLO models? #532

Closed lolcocks123 closed 2 years ago

lolcocks123 commented 2 years ago

Hello,

I was wondering if it is possible to save the videos on the YOLO models like the --create_video parameter on the MODNet demo?

Regards, Lolcocks

jkjung-avt commented 2 years ago

Yes, you could run trt_yolo_cv.py.

lolcocks123 commented 2 years ago

Yes, you could run trt_yolo_cv.py.

Thanks! Didn't know this existed. :)