Ultrafast-Lane-Detection-Inference-Pytorch- icon indicating copy to clipboard operation
Ultrafast-Lane-Detection-Inference-Pytorch- copied to clipboard

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

Results 5 Ultrafast-Lane-Detection-Inference-Pytorch- issues
Sort by recently updated
recently updated
newest added

I would like to add speed, so I the "webcam or video" is seen as the driving vehicle. I know that speed is distance over time. So i get the...

I have cloned the repository and installed all dependencies on my laptop (just an 8th gen i5 CPU). I then try to run `python imageLaneDetection.py` and I get the following...

``` File ultrafastLaneDetector.py", line 179, in process_output return np.array(lanes_points), np.array(lanes_detected) ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected...

Please ask, your algorithm, can achieve the speed of real-time monitoring

Hello @ibaiGorordo, Thank you for your amazing inference implementation. I want to know a few things about the code, as I am trying to extract the detected lane pixels from...