DeepStream-Yolo
DeepStream-Yolo copied to clipboard
Urgent question:if Deepstream YOLO supports Deepstream 6.4
I purchased the Orin NX development kit and flashed Jetpack 6.0. May I ask if Deepstream YOLO supports Deepstream 6.4???
When I used the steps provided by Deepstream YOLO to convert the YOLO model from ONNX to Engine, I received the following error message:
May I ask what I should do?
Yes, it supports. Which YOLO model is this error?
Yes, it supports. Which YOLO model is this error?
it's yolov5n model
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
The problem is I don't have Orin board to test it.
This is duplicate of https://github.com/marcoslucianops/DeepStream-Yolo/issues/511