Ultra-Fast-Lane-Detection-v2
Ultra-Fast-Lane-Detection-v2 copied to clipboard
How do we run the data train after it's done?
I've done data training and evaluation. I can check the result of version 1 with demo.py, but what file should I check in version2 to check the detection result?
@daaaaehan If you want to visualize the results, you can refer to this part: https://github.com/cfzd/Ultra-Fast-Lane-Detection-v2/blob/f666202d39aedcc624248e65dd9c0604b1c6ac8c/evaluation/eval_wrapper.py#L510-L512 This code will generate the final lane points' coordinates.