-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
I modified the loss function to get good results. #366
Comments
what do i do to get start to train? |
I0313 15:10:55.695348 140095594268544 learning.py:507] global step 2290: loss = 24.0642 (4.784 sec/step) |
Face Detection Data
http://vis-www.cs.umass.edu/fddb/
While cropping, all true boxes are removed, which causes problems with loss calculations.
or
MIN_OBJECT_COVERED: 0.25 ---> 1.0
3.learning rate = 0.0001
The text was updated successfully, but these errors were encountered: