An open API service indexing awesome lists of open source software.

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.

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.