https://github.com/tomoncle/face-detection-induction-course
Basics of face detection, share detailed steps and complete code in the learning process.
https://github.com/tomoncle/face-detection-induction-course
detection face gif induction mxnet opencv python3
Last synced: 22 days ago
JSON representation
Basics of face detection, share detailed steps and complete code in the learning process.
- Host: GitHub
- URL: https://github.com/tomoncle/face-detection-induction-course
- Owner: tomoncle
- License: mit
- Created: 2019-03-17T09:41:50.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-14T11:36:32.000Z (about 6 years ago)
- Last Synced: 2025-04-04T05:51:12.490Z (about 1 month ago)
- Topics: detection, face, gif, induction, mxnet, opencv, python3
- Language: Python
- Homepage:
- Size: 6.42 MB
- Stars: 47
- Watchers: 6
- Forks: 29
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# face-detection-induction-course
人脸检测入门基础,分享学习过程中详细步骤与完整的代码.## Done
* [识别任意存在人脸的照片,动态生成戴墨镜和叼烟卷的动图](input_static_pic_to_gif2_for_class.md)
* [获取摄像头视频,实时控制多张人脸戴墨镜和叼烟卷](input_video_stream_paste_mask.md)
* [识别上传对象,标注类型,并定位其准确坐标](upload_image_to_draw_bounding_box.md)## Next
* think about it.