cyberfire / tensorflow-mtcnn

C++ and python Inference only for MTCNN face detector on Tensorflow. Based on davidsandberg's facenet project:
MIT License
115 stars 72 forks source link

GPU Memory usage maximum #13

Open abhisbirad opened 5 years ago

abhisbirad commented 5 years ago

I am using P5000 GPU with GPU memory of ~16GB.. This application uses 15.18GB as soon as it is launched!! is it expected?

I am working with standalone version of MTCNN C++ code... Cuda : 9.0 CUDNN 7.5 Ubuntu 16.04

![Uploading MemoryUsage.png…]()