Open nhatuan84 opened 4 years ago
Hi @nhatuan84 , thanks for your feedback, we will look into this issue. And do you have the required versions and packages given in the requirements? https://github.com/microsoft/MMdnn/blob/master/requirements/linux-py3.txt
Hi,
I have a Caffe model and I converted to Keras model (Caffe - IR - Keras) but when testing with same input, the Keras model gave different output value although the dimension is correct. What should I do?
The caffe model: https://github.com/CongWeilin/mtcnn-caffe/tree/master/12net
Thanks