Gregory1994
Gregory1994
Hi, when running ``` python convertCaffe.py ./model/MobileNetV2.onnx ./model/MobileNetV2.prototxt ./model/MobileNetV2.caffemodel ``` it returns a KeyError. ```Traceback (most recent call last): File "convertCaffe.py", line 108, in convertToCaffe(graph, prototxt_path, caffemodel_path) File "convertCaffe.py", line...
您好,我想测试一下这个模型的效果,您可否提供训练好的权重呢?
Hi, thank you for your grate work! Have you trained the model based MS1M-Arcface dataset? I tried to train, only get 0.9755 accuracy on LFW. Looking forward to your reply,...