Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anson0910 committed May 11, 2016
1 parent ccb809b commit d457259
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
Implementation based on the paper Li et al., “A Convolutional Neural Network Cascade for Face Detection, ” 2015 CVPR
## Implementation based on the paper Li et al., “A Convolutional Neural Network Cascade for Face Detection, ” 2015 CVPR

A few modifications to the paper:<br>
### A few modifications to the paper:<br>
1. Multi-resolution is not used for simplicity, you can add them in the .prototxt files under **CNN_face_detection_models** to do so.<br>
2. 12-net is turned into fully convolutional neural network to reduce computation.

### In order to test CNN Cascade:
Detection scripts are stored under **CNN_face_detection/face_detection** directory,
and models can be found in **CNN_face_detection_models** repository.

For testing single image, use script **face_cascade_fullconv_single_crop_single_image.py**<br>
For benchmarking on FDDB, use script **face_cascade_fullconv_fddb.py**

If you're not familiar with caffe's flow yet, dennis-chen's reply [here](https://github.com/BVLC/caffe/issues/550) gives a great picture.

### In order to train CNN Cascade:
Expand All @@ -23,5 +27,3 @@ If you're not familiar with caffe's flow yet, dennis-chen's reply [here](https:/

Calibration nets are also trained similarly, scripts can be found in **face_calibration/**


Hope that helps!

0 comments on commit d457259

Please sign in to comment.