【Target】 -Read the image file in the windows environment and recognize the human face.
【environment】 OS:windows10/CPU:x64 i7-9750/MEM:16GB VisualStudio Code(VSCode) [Extension] ・ Japanese Language Pack for VS Code -Python extension for Visual Studio Code
【reference】 ・ Make a face recognizer using TensorFlow https://qiita.com/Hironsan/items/4c7808db4a0f172f98a9
・ I tried to identify the face of Hinatazaka46 with TensorFlow -Face image detection- https://tsu-tech.hatenablog.com/entry/2019/05/02/104159
・ Incorporate MobileNet into SSD to reduce weight (1) https://proc-cpuinfo.fixstars.com/2018/12/mobilenet-ssd-1/
・ I tried to briefly explain MobileNet (v1, v2, v3) https://qiita.com/omiita/items/77dadd5a7b16a104df83
・ Representative models of deep learning and machine learning https://www.koi.mashykom.com/deep_learning.html
Recommended Posts