Ultra-Fast-Lane-Detection-v2
Ultra-Fast-Lane-Detection-v2 copied to clipboard
Inference on a custom dataset
Hi there,
How can I perform inference on a custom dataset? I want to test my video to detect the lane.
thanks.
Hi, If you want to infer on a custom dataset, you can try to use these codes: https://github.com/cfzd/Ultra-Fast-Lane-Detection-v2/blob/f666202d39aedcc624248e65dd9c0604b1c6ac8c/evaluation/eval_wrapper.py#L510-L512
In the code above, it will generate a text file containing the coordinates of lanes. I think this is what you want.