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
run yolo11s-seg and set kBatchSize = 4 in config.h.
Your problem
I build .engine successfully, but when I run ./yolo11_seg to check the inference result, following error occur:
CUDA error 1 at /tensorrtx/yolo11/plugin/yololayer.cu:256yolo11_seg: /tensorrtx/yolo11/plugin/yololayer.cu:256: void nvinfer1::YoloLayerPlugin::forwardGpu(const float* const*, float*, cudaStream_t, int, int, int): Assertion '0' failed.
Aborted (core dumped)
Both fp16 and int8 meet this error. How can I fix it?
The text was updated successfully, but these errors were encountered:
D-ruid
changed the title
yolo11 engine cannot run: yolo11 engine生成后无法运行
yolo11-seg engine cannot run after set batch > 1
Dec 5, 2024
Env
About this repo
Your problem
I build .engine successfully, but when I run ./yolo11_seg to check the inference result, following error occur:
CUDA error 1 at /tensorrtx/yolo11/plugin/yololayer.cu:256yolo11_seg: /tensorrtx/yolo11/plugin/yololayer.cu:256: void nvinfer1::YoloLayerPlugin::forwardGpu(const float* const*, float*, cudaStream_t, int, int, int): Assertion '0' failed.
Aborted (core dumped)
Both fp16 and int8 meet this error. How can I fix it?
The text was updated successfully, but these errors were encountered: