Marcos Luciano

Results 468 comments of Marcos Luciano

It doesn't support pose yet.

The pose estimation needs a custom output layer using the TensorMeta. It's more complex.

Added support for Pose: https://github.com/marcoslucianops/DeepStream-Yolo-Pose

https://docs.nvidia.com/metropolis/deepstream/dev-guide/text/DS_plugin_gst-nvtracker.html#setup-and-usage-of-re-id-model

The `Yolo::buildYoloNetwork` is for Darknet models (YOLOv2, YOLOv3 and YOLOv4).

it's not possible. You can use the same exported ONNX model to generate the engine file.

https://github.com/marcoslucianops/DeepStream-Yolo-Seg

The ONNX model yes, but you need to generate the engine again running the `deepstream-app` command (or running a custom DeepStream code).

Are there any bbox on the detection? Are you testing with the `deepstream-app`?