Open waquey opened 6 years ago
I have the same question. Can you answer it
Did anyone get a solution to this problem?
Well, there is no need to get a combined model. Inside the model directory, you'll have to create three folders of the name 'pnet', 'rnet' and 'onet' and store inside them your checkpoints and meta data files.
@ankur219 But test need a model to predict. So we should combine model.
@ankur219 It said we should run python test_img.py YOUR_IMAGE_PATH --model_dir ./save_model/all_in_one/
to test mtcnn. However, after generating P/R/O model respectively. How can we combine them to an all_in_one file?
But how to create single file model ?
Sigh, the author left out the most important thing which is to combine these..?
Hello, I've tried to reproduce the training process based on your description. Currently, I can generate P/R/O checkpoint respectively.
However, could you please help explain how we can combine these 3 ckpt(or pb) into the model you've provided in all-in-one model?
Thanks