mat-h
August 2, 2022, 6:05am
1
Hi,
I’v already run below github project with JetPack4.5.1 and Deepstream5.1 on Jetson Xavier NX.
And I try to run below github project with JetPack5.0.1 and Deepstream6.1 on Jetson Xavier NX.
A project demonstrating how to train your own gesture recognition deep learning pipeline. We start with a pre-trained detection model, repurpose it for hand detection using Transfer Learning Toolkit 3.0, and use it together with the purpose-built gesture recognition model. Once trained, we deploy this model on NVIDIA® Jetson™ using Deepstream SDK.
But we found errors like below;
I also check below migration guides.
But it seems not to be clue about this Error.
Question:
Are there anyone success to run this github project with JetPack5.0.1 and Deepstream6.1 on JetsonNX?
I also try to build by commented out like below;
// case NV_DS_SINK_RENDER_OVERLAY:
Build Error was not found.
But we found another Error by running “deepstream-app-bbox” like below;
We would appreciate if you tell us how to solve this issue.
Best regards,
Amycao
August 3, 2022, 7:50am
3
Can you find nvinferserver plugin?
gst-inspect-1.0 nvinferserver
mat-h
August 3, 2022, 7:55am
4
Hi,
Thank you for your kindness.
I’d like to check it.
Best regards,
mat-h
August 3, 2022, 8:08am
5
Hi,
I’d like to share the result.
nvinferserver is not found.
Amycao
August 3, 2022, 9:21am
6
You may try in DS 6.1 triton docker to run the app.
mat-h
August 4, 2022, 8:26am
7
Hi,
Thank you very much for your kindness.
I really appreciate your help.
I’d like to continue to check the behavior with your guide.
Best regards,