datvuthanh / HybridNets

HybridNets: End-to-End Perception Network
MIT License
582 stars 118 forks source link

Lane markers #88

Closed jdanielhoyos closed 1 year ago

jdanielhoyos commented 1 year ago

Hello, I tried:

Image inference

python hybridnets_test.py -w weights/hybridnets.pth --source demo/image --output demo_result --imshow False --imwrite True And it worked for drivable regions, but it does not show road lanes How to get those road lanes? Thanks!

jdanielhoyos commented 1 year ago

Solved, it actually showed lanes but in a bad contrast color.