AIInAi / tf-insightface

A better tensorflow implementation of deepinsight, aiming at smoothly production ready for cross-platforms. Currently only with inference, training code later.
MIT License
212 stars 61 forks source link

I don't recommend to use this repository #18

Open leikunx opened 5 years ago

leikunx commented 5 years ago

I give you three reasons why not use this repository:

  1. It is not easy to run example.py if you are new coder. you must change file path in some code file.
  2. dropout_rate is not reasonable. as generally, we look forward to get same feature vector for inference a image twice, but we will get difference feature vector if you use dropout_rate under 1.
  3. According to my practical experience, distance of my two face images is larger than distance of my face image and other person face image. so, the provided model is not practical.
lnqq commented 5 years ago

how to change file path ?

MUZLATAN commented 4 years ago

I do think so, this model is not sutible for new coder. I didn't know what the meanning of the dropout_rate in the example.py at first.