Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Several tricks to boost the performance of SCNN-Tensorflow in CULane #5

Closed
cardwing opened this issue Nov 28, 2018 · 0 comments
Closed
Labels
useful Useful tricks

Comments

@cardwing
Copy link
Owner

cardwing commented Nov 28, 2018

There are several tricks to boost the performance of SCNN-Tensorflow:

  • Decrease the coefficient of the lane existence prediction loss
  • Decrease the coefficient of the background pixels in the cross-entropy loss
  • First pre-train the VGG-16 backbone on CULane. Then add the message passing module to VGG-16 and train the whole model jointly
  • Introduce auxiliary tasks like drivable area detection and lane point regression
  • Use a better optimizer, like SGD + Nesterov Momentum
  • Balance the proportion of different driving categories like normal, shadow and curve, in the training process
  • Hard example mining
  • Add weight decay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
useful Useful tricks
Projects
None yet
Development

No branches or pull requests

1 participant