Closed Yen-Lung-Huang closed 2 years ago
yeah, that should have been lane_points_mat instead of lanes_points (I copy pasted this part from my other repository, but forgot to modify it).
I think it should work now.
Yes, it works well! Thank you very much.
Hello, thanks for the code. I'm running "imageLaneDetection.py" with culan tflite model and change model_type value in imageLaneDetection.py like:
then, i got these on terminal:
is the error message means the "lanes_points" variable in ultrafastLaneDetector.py is not defined? Where should I define the "lanes_points" in code?