在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):BeloborodovDS/MobilenetSSDFace开源软件地址(OpenSource Url):https://github.com/BeloborodovDS/MobilenetSSDFace开源编程语言(OpenSource Language):Jupyter Notebook 99.1%开源软件介绍(OpenSource Introduction):Mobilenet+SSD face detector trainingThis repo contains code for Mobilenet+SSD face detector training. This detector is compatible with Movidius Neural Compute Stick. You need NCSDK to test it with Neural Compute Stick. Deploying models for Caffe and Neural Compute StickYou can deploy two different SSD face detectors: "full" detector or "short" detector. The latter is shortened: layers 14-17 are deleted. It is a bit faster (67 ms vs 75 ms) and captures small faces only. To deploy detectors to Caffe:
or
To deploy detectors to NCS (and Caffe):
or
Deployment models are placed in models/deploy. TrainingTo train this detector (SSD-Caffe is needed):
Or resume from snapshot:
Test best model from this repo:
And test it:
Plot Average Precision from snapshots:
or
or
Also see Caffe_face.ipynb for details. See images/output to see how nets perform on examples (test network to get these results). See this notebook for training this model in Google Colaboratory. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论