VIM3 retina face for face recognition

Which Khadas SBC do you use?

VIM3

Which system do you use? Android, Ubuntu, OOWOW or others?

Ubuntu

Which version of system do you use? Khadas official images, self built images, or others?

vim3-ubuntu-20.04-gnome-linux-4.9-fenix-1.5-230425-emmc

Please describe your issue below:

I did try to learn NPU SDF, but TensorFlow 2.0.0 cannot be installed. Is there any work around so I can try Retinaface for face recognition.

Post a console log of your issue below:

Error TensorFlow 2.0.0 not available.

Hello @viren_d_patel

@Louis-Cheng-Liu will help you then.

Hello @viren_d_patel ,

I do not understand what you want…

If you want to install TensorFlow and train RetinaFace, you can try to install tensorflow-gpu==1.13. This is the version i use to train this model. What is more, different version of TensorFlow need different version of python. You need to install right python first.

VIM3 demos are updating, so the new demos’ model do not release. If you only want to run our RetinaFace demo, we can provide the model now.

@viren_d_patel if you need to do model conversion, it can only be done on linux x86 computer. you cannot do this on the VIM itself.

Also, tensorflow install failed as ARM version which is compatible for VIMs is available version 2.10 and above, 2.0.0 is not suitable for ARM.