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 am getting core dumped error while executing ' ./runDet -i model/yolov4.engine -p dog.jpg -v nuscenes_mini.mp4 '
The error is as follows:
input-engine: model/yolov4.engine
image: dog.jpg
video: nuscenes_mini.mp4
terminate called after throwing an instance of 'thrust::system::system_error'
what(): parallel_for failed: cudaErrorNoKernelImageForDevice: no kernel image is available for execution on the device
Aborted (core dumped)
I am using CUDA 10.1, tensort 5 and nvdia geforce 940m,
Is Geforce 940m not compatible with tensorrt ?
The text was updated successfully, but these errors were encountered:
I am getting core dumped error while executing ' ./runDet -i model/yolov4.engine -p dog.jpg -v nuscenes_mini.mp4 '
The error is as follows:
input-engine: model/yolov4.engine
image: dog.jpg
video: nuscenes_mini.mp4
terminate called after throwing an instance of 'thrust::system::system_error'
what(): parallel_for failed: cudaErrorNoKernelImageForDevice: no kernel image is available for execution on the device
Aborted (core dumped)
I am using CUDA 10.1, tensort 5 and nvdia geforce 940m,
Is Geforce 940m not compatible with tensorrt ?
The text was updated successfully, but these errors were encountered: