You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i created "wts" using tensorrtx lasted version not tensorrtx5.0.
I have converted the yolov5s.pt or yolov5x.pt to wts, and then transformed it into an engine file. After this conversion, I have confirmed that there are no issues with the engine.
Now, when I attempt to run a DeepSort example, an error occurs in every frame of the video. The error messages are:
[E] [TRT] 1: [context.cpp::nvinfer1::rt::CommonContext::setStream::88] Error Code 1: Cudnn (CUDNN_STATUS_MAPPING_ERROR)
CUDA error 700 at C:\Users\user\Desktop\ysw\yolov5-deepsort-tensorrt\yolo\src\yolov5_lib.cpp:33CUDA error 700 at C:\Users\user\Desktop\ysw\yolov5-deepsort-tensorrt\yolo\src\yolov5_lib.cpp
The text was updated successfully, but these errors were encountered:
Are only tensorrtx 5.0 - yolov5s available??
i created "wts" using tensorrtx lasted version not tensorrtx5.0.
I have converted the yolov5s.pt or yolov5x.pt to wts, and then transformed it into an engine file. After this conversion, I have confirmed that there are no issues with the engine.
Now, when I attempt to run a DeepSort example, an error occurs in every frame of the video. The error messages are:
[E] [TRT] 1: [context.cpp::nvinfer1::rt::CommonContext::setStream::88] Error Code 1: Cudnn (CUDNN_STATUS_MAPPING_ERROR)
CUDA error 700 at C:\Users\user\Desktop\ysw\yolov5-deepsort-tensorrt\yolo\src\yolov5_lib.cpp:33CUDA error 700 at C:\Users\user\Desktop\ysw\yolov5-deepsort-tensorrt\yolo\src\yolov5_lib.cpp
The text was updated successfully, but these errors were encountered: