-
Notifications
You must be signed in to change notification settings - Fork 161
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
Can use pytorch directly train the mtcnn? #3
Comments
You havent implenmented training? Where are the weights of the 3 nets from? |
He converted the weights from the pretrained Caffe models. Details can be found here: |
@TropComplique Thanks for your reply, I will try these two models(SSH and FaceBoxes). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
first thanks for your sharing code, it is good for me to use pytorch get the model test, I want to know can this model be trained directly using pytorch, instead converting the caffe model to npy.
The text was updated successfully, but these errors were encountered: