NVIDIA-AI-IOT / yolo_deepstream

yolo model qat and deploy with deepstream&tensorrt
Apache License 2.0
533 stars 135 forks source link

Yolov7 instance segmentation with deepstream? #34

Closed aurelm95 closed 6 months ago

aurelm95 commented 1 year ago

How can I deploy an instance segmentation yolov7 model with deepstream? Once I export the model to .trt, I need to parse the output layers.

Is it planned to add this feature here?

Thanks!

wanghr323 commented 1 year ago

@wyw1267

wyw1267 commented 1 year ago

You can refer to deepstream_tao_apps. We have an example for instance segmentation: peopleSegNet.

wanghr323 commented 6 months ago

close as no feedback for long time