YYuanAnyVision / mxnet_mtcnn_face_detection

MTCNN face detection
738 stars 314 forks source link

mx.model.FeedForward.load() load parameters directly, but there are not network structure definition? #24

Open hdjsjyl opened 6 years ago

hdjsjyl commented 6 years ago

mx.model.FeedForward.load() load parameters directly, but there are not network structure definition? "# load 4 models from folder models = ['det1', 'det2', 'det3','det4'] models = [ os.path.join(model_folder, f) for f in models]", this program loads which model, because the name of model doesn't have det1, but det1.caffemodel, det1.prototxt, det1-0001.poarmas, det1-symbol.json. which one it loads?