Closed huytuong010101fpt closed 3 years ago
This involves a few steps:
load_features
:
i. https://github.com/IrvingMeng/MagFace/blob/main/models/magface_dist.py#L30-L49
ii. https://github.com/IrvingMeng/MagFace/blob/main/models/magface.py#L22-L41)Then you are good to go.
This involves a few steps:
- add the script for mobilenet into this foler main/models.
- add entrances for mobilenet in
load_features
: i. https://github.com/IrvingMeng/MagFace/blob/main/models/magface_dist.py#L30-L49 ii. https://github.com/IrvingMeng/MagFace/blob/main/models/magface.py#L22-L41)- change the bash file to use your mobilenet in i. https://github.com/IrvingMeng/MagFace/blob/main/run/run_dist.sh#L12 ii. https://github.com/IrvingMeng/MagFace/blob/main/run/run.sh#L12
Then you are good to go.
wow thank u so much, let me try
Hi, did you get this done and how did you do it?
I see the training code is using ResNetX Can you show me how to train with mobilenet?