Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/HansRen1024/PCN-ncnn
PCN based on ncnn framework.
https://github.com/HansRen1024/PCN-ncnn
cnn face-detection ncnn pcn
Last synced: 2 months ago
JSON representation
PCN based on ncnn framework.
- Host: GitHub
- URL: https://github.com/HansRen1024/PCN-ncnn
- Owner: HansRen1024
- Archived: true
- Created: 2018-10-25T01:29:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-21T08:10:33.000Z (about 6 years ago)
- Last Synced: 2024-08-01T05:12:29.091Z (5 months ago)
- Topics: cnn, face-detection, ncnn, pcn
- Language: C++
- Homepage:
- Size: 1.84 MB
- Stars: 81
- Watchers: 6
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ncnn - PCN-ncnn - invariant face detector running at real-time speed on CPU (CVPR 2018), with ncnn based inference. (Application projects / Detection)
README
# PCN-ncnn
Progressive Calibration Networks (PCN) is an accurate rotation-invariant face detector running at real-time speed on CPU, published in CVPR 2018.
# Reference
https://github.com/Jack-CV/PCN-FaceDetection (caffe)