Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deepstream integration for Yolo-pose #15

Open
KushalHM opened this issue Jan 27, 2023 · 7 comments
Open

Deepstream integration for Yolo-pose #15

KushalHM opened this issue Jan 27, 2023 · 7 comments

Comments

@KushalHM
Copy link

Hi,
Great work with the repo, Thank you for that. I was able to generate a yolo pose fp16 engine using this repo and get it to work on my GPU (RTX 2070).
Have you tried or are you aware of using the generated engine with nvinfer plugin of deepstream? I want to use it in deepstream 6.1.1 (with Cuda 11.7).

@MariJothi
Copy link

can you tell me, what version of tensorrt you using? i am having issue on creating tensorrt engine.

@aurelm95
Copy link

I am also interested in deploying the key point model with deepstream. Any update on this?

@KushalHM
Copy link
Author

can you tell me, what version of tensorrt you using? i am having issue on creating tensorrt engine.

Hi, the tensorrt version is 8.5.2.2 but I had it also working in tensorrt 8.4.1. One thing to note, depending on the cuda/tensorrt version, the node numbers in the onnx file will change in add_custom_yolo_op.py. Please use netron to visualize the onnx model and use the correct numbers for inputs.

@KushalHM
Copy link
Author

I am also interested in deploying the key point model with deepstream. Any update on this?

No update yet. I am keeping an eye on this repo also to see if there is any update, https://github.com/marcoslucianops/DeepStream-Yolo.git.
Might have to write the custom yolov7-pose deepstream inference + post processing plugin myself.

@MarcoPrassel
Copy link

I am trying to integrate the model yolov7-w6-pose-sim-yolo-fp16.engine on Deepstream but I get this error

image

@aurelm95
Copy link

I am interested in learning how to develop the neccessary plugins ando/or parsers for yolo pose deepstream. How could I start ? is there any documentation for that?

btw, @MarcoPrassel , could you share your progress with the code?

@YunghuiHsu
Copy link

Hi
I used yolov8-pose (which supports dynamic batch processing) instead and integrated it into the Deepstream Python API.
Detailed in deepstream-yolo-pose

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants