Git Product home page Git Product logo

mtcnn-cpp's People

Contributors

golunovas avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

mtcnn-cpp's Issues

implementation opencv 3.4-3.4.1 ?

Hello,

i was testing your implementation with some of my images and it works without anny issues, i have been trying to implement this on the new opencv release, reading the networks/models directly from opencv so i dont need to have caffe also linked in my project.. but i am getting some trouble there when i try to read the outputs from the networks.. are you planning to port it to the new opencv version? or have you try it already, maybe you have some tips or advices? Thanks!

greeeetz!

error: /home/user/caffe/build/lib/libcaffe.so.1.0.0: file not recognized: file format not recognized

$ cmake ..

-- The C compiler identification is GNU 11.3.0
-- The CXX compiler identification is GNU 11.3.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/local/bin/gcc11 - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/local/bin/g++11 - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Caffe: using OpenCV config from /usr/local/lib/cmake/opencv4
CMake Warning (dev) at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (OpenCV)
$ make -j 8

[ 33%] Building CXX object CMakeFiles/mtcnn-cpp.dir/face_detector.cpp.o
[ 66%] Building CXX object CMakeFiles/mtcnn-cpp.dir/main.cpp.o
[100%] Linking CXX executable mtcnn-cpp
/home/user/caffe/build/lib/libcaffe.so.1.0.0: file not recognized: file format not recognized
collect2: error: ld returned 1 exit status
--- mtcnn-cpp ---
*** [mtcnn-cpp] Error code 1

Thanks.

how to compile

hello, thanks for your source code. I wonder how to compile it, because when I run "cmake ." , it occurs some errors, should I put any another orders? Thanks a lot


CMake Error at CMakeLists.txt:14 (find_package):
By not providing "FindCaffe.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "Caffe", but
CMake did not find one.

Could not find a package configuration file provided by "Caffe" with any of
the following names:

CaffeConfig.cmake
caffe-config.cmake

Add the installation prefix of "Caffe" to CMAKE_PREFIX_PATH or set
"Caffe_DIR" to a directory containing one of the above files. If "Caffe"
provides a separate development package or SDK, be sure it has been
installed.

-- Configuring incomplete, errors occurred!

question about NUM_PTS and NUM_REGRESSIONS variable

Hi Golunovas,

First of all, thank you for your hard work, this is a wonderful repository.

Could you please explain about 2 variable, what it stand for and why did you set it to :
const int NUM_REGRESSIONS = 4;
const int NUM_PTS = 5;

I researched many document and read MTCNN paper but I couldn't understand it.

Many thank in advance !

BRs,
Michael

Only one face is detected!

OpenCV:3.3.0 or 2.4.13
Caffe
Cuda 8.0
Cudnn 6.0

I tried a few images with more than one face, but only one face is detected.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.