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

How do we run the data train after it's done?

Open daaaaehan opened this issue 3 years ago • 1 comments

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 avatar Jul 29 '22 09:07 daaaaehan

@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.

cfzd avatar Aug 01 '22 06:08 cfzd