hpc203 / LSTR-lane-detect-onnxrun-cpp-pyLinks
使用ONNXRuntime部署LSTR基于Transformer的端到端实时车道线检测,包含C++和Python两个版本的程序
☆21Updated 2 years ago
Alternatives and similar repositories for LSTR-lane-detect-onnxrun-cpp-py
Users that are interested in LSTR-lane-detect-onnxrun-cpp-py are comparing it to the libraries listed below
Sorting:
- Ultra-Fast-Lane-Detection 部署版本,后处理用进行改写,便于移植不同平台(caffe、onnx、RKNN、Horzion)。☆17Updated 2 years ago
- 分别使用OpenCV、ONNXRuntime部署YOLOPV2目标检测+可驾驶区域分割+车道线分割,一共包含54个onnx模型,依然是包含C++和Python两个版本的程序。仅仅只依赖OpenCV就能运行,彻底摆脱对任何深度学习框架的依赖。