darrenl
darrenl
Currently, we use [dlib::frontal_face_detector](https://github.com/tzutalin/dlib-android/blob/d1c2c5d7d923c6d7d6f55cb8160509ffd96f9c8c/jni/jni_detections/detector.h#L149), is there other face detector?
Not yet, I am pretty busy with other stuff this month. Sorry
Your java class name is not matched with the code in shared library (.so). Either u needs to choose the same java namespace along with class name or update the...
did you apk contain the right share library(*.so) ?
Hi, Modify your cpp code and build the library from https://github.com/tzutalin/dlib-android, then the output will be *.so. And copy the shared library to https://github.com/tzutalin/dlib-android-app/tree/master/dlib/src/main/jniLibs
You can draw different colors for each landmark points, then you will be clear how to change the color for lips. `ArrayList landmarks = ret.getFaceLandmarks();`
@smajida , The original source code is from https://github.com/tzutalin/labelImg It's cool to add more features to the tool !!! We can add more features or options as you mentioned, it...
@smajida , labellmg is a git submodule of ImageNet_Utils. ImageNet_Utils provides other command lines to download images from ImageNet or convert format utils. labelImg is the source code of GUI...
It should not happen. Have you set the 'default save dir' ?
Hi @LiliMeng , Nice talking to you again. It should be able to run KITTI dataset. Are you familiar with reading and parsing KITTI dataset? Because I am busy with...