OAID / FaceDetection

C++ project to implement MTCNN, a perfect face detect algorithm, on different DL frameworks. The most popular frameworks: caffe/mxnet/tensorflow, are all suppported now
Apache License 2.0
272 stars 108 forks source link

Caffe is faster than tensorflow ? #12

Open BrownOfSummer opened 5 years ago

BrownOfSummer commented 5 years ago

The caffe runs faster than the tensorflow version, and caffe need less GPU memory. Is that right ?