SeokjuLee / VPGNet

VPGNet: Vanishing Point Guided Network for Lane and Road Marking Detection and Recognition (ICCV 2017)
MIT License
484 stars 165 forks source link

IPM corner points #40

Open guozixunnicolas opened 5 years ago

guozixunnicolas commented 5 years ago

Hi seokju,

I have similar problem like the picture below visual Even though I tried SCNN but I believe the postprocessing step is similar. below is my result hw_curve55_result the model confuse itself to see points from different lanes. Thus I want to cluster all points again using IPM to seperate the points near VP.

May i know which 4 src points did you use in cv2.getperspective() function. Since the prediction of mine has a large variety, I have some trouble finding these 4 points which encloses all points found. Could you share some insight how you find these 4 points ?

Best regards,

ZX