TfLite-Ultra-Fast-Lane-Detection-Inference icon indicating copy to clipboard operation
TfLite-Ultra-Fast-Lane-Detection-Inference copied to clipboard

Example scripts for the detection of lanes using the ultra fast lane detection model in Tensorflow Lite.

Results 2 TfLite-Ultra-Fast-Lane-Detection-Inference issues
Sort by recently updated
recently updated
newest added

i keep getting this error: _interpreter_wrapper.CreateWrapperFromFile( ValueError: Could not open 'models/model_float32.tflite'. Can anyone help please ?

Running interference on single picture with model from repository results in following error: python imageLaneDetection.py Traceback (most recent call last): File "imageLaneDetection.py", line 20, in output_img = lane_detector.detect_lanes(img) File "/home/rollerz/Documents/Vorgänger/TfLite-Ultra-Fast-Lane-Detection-Inference/ultrafastLaneDetector/ultrafastLaneDetector.py",...