You can typically find this model hosted on platforms like Hugging Face for use in computer vision pipelines. To run it, you would usually use the onnxruntime library in Python or C++.
Run a quick inspection (Python + onnxruntime) to confirm these — example code below. w600k-r50.onnx
The model file is a pre-trained face recognition model from the InsightFace project. The corresponding research paper is: You can typically find this model hosted on
, a variation of the ResNet architecture optimized for face recognition. Training Dataset : Trained on the WebFace600K w600k-r50.onnx