cardwing / Codes-for-Lane-Detection

Learning Lightweight Lane Detection CNNs by Self Attention Distillation (ICCV 2019)
MIT License
1.04k stars 333 forks source link

Refactore code #6

Closed mikeedi closed 5 years ago

mikeedi commented 5 years ago

There is some useless line of code that raise error from lanenet_model import lanenet_discriminative_loss at lanenet_merge_model.py

cardwing commented 5 years ago

@mikeedi , thanks. Useless codes are removed. And I will further clean the codes as soon as I finish the testing process.