├── README.md ├── demo.jpg ├── face_full_conv2.prototxt └── integrated_caffe ├── data_transformer.hpp ├── face_detection.cpp ├── face_detection.hpp └── main.cpp /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/watersink/caf_face_detection/HEAD/README.md -------------------------------------------------------------------------------- /demo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/watersink/caf_face_detection/HEAD/demo.jpg -------------------------------------------------------------------------------- /face_full_conv2.prototxt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/watersink/caf_face_detection/HEAD/face_full_conv2.prototxt -------------------------------------------------------------------------------- /integrated_caffe/data_transformer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/watersink/caf_face_detection/HEAD/integrated_caffe/data_transformer.hpp -------------------------------------------------------------------------------- /integrated_caffe/face_detection.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/watersink/caf_face_detection/HEAD/integrated_caffe/face_detection.cpp -------------------------------------------------------------------------------- /integrated_caffe/face_detection.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/watersink/caf_face_detection/HEAD/integrated_caffe/face_detection.hpp -------------------------------------------------------------------------------- /integrated_caffe/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/watersink/caf_face_detection/HEAD/integrated_caffe/main.cpp --------------------------------------------------------------------------------