klintan / pytorch-lanenet

LaneNet implementation in PyTorch
MIT License
216 stars 60 forks source link

How to use test python script? #11

Open ultron4797 opened 4 years ago

ultron4797 commented 4 years ago

I have the question of how can I use test.py as I tried running it and it does not give any output. Do I need to give any arguments?

longtong-system commented 4 years ago

I also meet same problem,how can I process image acroos this file

ayushmankumar7 commented 3 years ago

In lanenet/test.py, the test function isn't called anywhere hence it isn't running.