onnx / models

A collection of pre-trained, state-of-the-art models in the ONNX format
http://onnx.ai/models/
Apache License 2.0
7.79k stars 1.39k forks source link

New insightface/arcface model released. #83

Open nttstar opened 6 years ago

nttstar commented 6 years ago

Hi onnx authors, there are some new arcface models here which you can use to convert to onnx models. Especially the new trained resnet100(on MS1M_v2) performs better than the old one.

lupesko commented 6 years ago

Thanks for the suggestion! Can you share mode details about the new model performance?

Would be great if you can contribute, you seem like an MXNet expert already, and exporting to ONNX is super easy, here's the API reference.

lupesko commented 6 years ago

@ankkhedia @abhinavs95

sky186 commented 4 years ago

@lupesko Hi ,how convert arcface model to onnx model right? The onnx prelu out is not right?,how to add prelu ?