Open guanfuchen opened 6 years ago
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: https://github.com/TropComplique/mtcnn-pytorch/blob/master/extract_weights_from_caffe_models.py
@TropComplique Thanks for your reply, I will try these two models(SSH and FaceBoxes).
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.