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

您好,小白请教一下,这个文件是需要自己建立的吗? #14

Closed SilaLiu closed 6 months ago

SilaLiu commented 9 months ago

if name == 'main': onnx_model_path = "./ObjectDetector/models/yolov8m-coco.onnx" trt_model_path = "./ObjectDetector/models/yolov8m-coco.trt"

我运行python3 convertOnnxToTensorRT.py 的时候报一下错误。

File=[ ./ObjectDetector/models/yolov8m-coco.onnx ] is not exist. Please check it !

jason-li-831202 commented 9 months ago

model下載可以參考以下issue : https://github.com/jason-li-831202/Vehicle-CV-ADAS/issues/1#issuecomment-1432452737