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

Arcface_inference #158

Open aslam6892 opened 5 years ago

aslam6892 commented 5 years ago

error

On this line

out1 = get_feature(model,pre1)

it can't compute embeddings....... The error is attached above... Thanks for help

abhinavs95 commented 5 years ago

Hi @aslam6892 , I tried to reproduce your error in a fresh conda environment but am unable to do so.

Have you setup your environment properly? You can refer to the "Prerequisites" section in the beginning of the notebook for instructions.

tonyzhangsky commented 5 years ago

I have got the same issue aslam6892, do not know how to proceed.

cuiyanx commented 5 years ago

@aslam6892 This is mxnet issue, you have better to install mxnet 1.3.0 that will work fine.