jason-li-831202 / Vehicle-CV-ADAS

The project can achieve FCWS, LDWS, and LKAS functions solely using only visual sensors. using YOLOv5 / YOLOv5-lite / YOLOv6 / YOLOv7 / YOLOv8 / YOLOv9 / EfficientDet and Ultra-Fast-Lane-Detection-v2 .
GNU General Public License v3.0
162 stars 38 forks source link

Use GPU #6

Closed nqkhanh2002 closed 1 year ago

nqkhanh2002 commented 1 year ago

To use this code i have to use GPU right? I'm making an error can't install tensorrt !

jason-li-831202 commented 1 year ago

If the GPU is unavailable, you can perform inference on CPU using onnxruntime. tensorRT requires a GPU.