Robust-Lane-Detection
Robust-Lane-Detection copied to clipboard
evaluate
What does these code mean as fellows in "test.py"? Will it make the evaluate results higher?
label_precision= cv2.dilate(lab, kernel) pred_recall = cv2.dilate(img, kernel)