marcoslucianops / DeepStream-Yolo

NVIDIA DeepStream SDK 7.0 / 6.4 / 6.3 / 6.2 / 6.1.1 / 6.1 / 6.0.1 / 6.0 / 5.1 implementation for YOLO models
MIT License
1.38k stars 343 forks source link

Urgent question:if Deepstream YOLO supports Deepstream 6.4 #533

Open bravewhh opened 2 months ago

bravewhh commented 2 months ago

I purchased the Orin NX development kit and flashed Jetpack 6.0. May I ask if Deepstream YOLO supports Deepstream 6.4???

bravewhh commented 2 months ago

When I used the steps provided by Deepstream YOLO to convert the YOLO model from ONNX to Engine, I received the following error message: 505CBF17-CCEA-4d14-A995-EBA29F1C48A3 May I ask what I should do?

marcoslucianops commented 2 months ago

Yes, it supports. Which YOLO model is this error?

bravewhh commented 2 months ago

Yes, it supports. Which YOLO model is this error?

it's yolov5n model

Sayyam-Jain commented 2 months ago

Yes, it does, for compilation do the following if you're using official nvidia's docker image:

CUDA_VER=12.2 make -C nvdsinfer_custom_impl_Yolo

marcoslucianops commented 2 months ago

The problem is I don't have Orin board to test it.

pktiuk commented 1 month ago

This is duplicate of https://github.com/marcoslucianops/DeepStream-Yolo/issues/511