foreverYoungGitHub / MTCNN

Repository for "Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Neural Networks", implemented with Caffe, C++ interface.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

memory leak?

sysau opened this issue · comments

commented

in celeba_crop.cpp
char *cstr = new char[path[i].length() + 1];
no delete