Open hamaadtahiir opened 1 year ago
you can download YOLOv8 onnx model from https://github.com/ibaiGorordo/ONNX-YOLOv8-Object-Detection
Ultra-Fast-Lane-Detection-V2 pt nodel from https://github.com/cfzd/Ultra-Fast-Lane-Detection-v2
, and use convertPytorchToONNX.py
in TrafficLaneDetector Folder convet to onnx model.
At last, all onnx model can convert to trt just use convertOnnxToTensorRT.py
, remember to modify "onnx_model_path" and "trt_model_path".
Can you provide a link to the drive or zip file or similar, I'm stuck in converting for hours, thanks for that.
I can provide a temporary link : https://drive.google.com/drive/folders/1lo_nFwvrm9ey0dj6FbyAaBxCzowol77_?usp=sharing
Perhaps you can share some difficulties you encountered during the converting?
@jason-li-831202 I'm having a hard time working with the NIVIDA GPU so I'm putting the code on colab and it looks good. By the way can I get the test file for you, I have tried searching the internet like no accident videos and the road conditions are pretty good. Thank you very much
you can download YOLOv8 onnx model from https://github.com/ibaiGorordo/ONNX-YOLOv8-Object-Detection
Ultra-Fast-Lane-Detection-V2 pt nodel from https://github.com/cfzd/Ultra-Fast-Lane-Detection-v2 , and use
convertPytorchToONNX.py
in TrafficLaneDetector Folder convet to onnx model.At last, all onnx model can convert to trt just use
convertOnnxToTensorRT.py
, remember to modify "onnx_model_path" and "trt_model_path".
where i can get yolov8m-coco.onnx file, from the link u have given i didnt get that file.
I can provide a temporary link : https://drive.google.com/drive/folders/1lo_nFwvrm9ey0dj6FbyAaBxCzowol77_?usp=sharing
Perhaps you can share some difficulties you encountered during the converting?
this link shows 404 error
I can provide a temporary link : https://drive.google.com/drive/folders/1lo_nFwvrm9ey0dj6FbyAaBxCzowol77_?usp=sharing
Perhaps you can share some difficulties you encountered during the converting?
Hello master, your work is great, I am very interested, your link is invalid, can you share it again, thank you!!!
I can provide a temporary link : https://drive.google.com/drive/folders/1lo_nFwvrm9ey0dj6FbyAaBxCzowol77_?usp=sharing
Perhaps you can share some difficulties you encountered during the converting?
Hello master, your work is great, I am very interested, your link is invalid, can you share it again, thank you!!!
From where can we get the onnx and/or trt files for the models?