-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shifting Mtcnn_ncnn to other code and use other C++ file over it. #33
Comments
which c++ file? |
I was trying to implement object tracking over it. for tracking faces. |
add c++ file path to cmakeList.txt |
This is the cmake file for object tracking project(TSAS) add_subdirectory(tensorflow_demo)` This is cmake file inside tensoreflow_demo get_filename_component(SRC_DIR ${CMAKE_SOURCE_DIR}/.. ABSOLUTE) if (ANDROID_ABI MATCHES "^armeabi-v7a$") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DSTANDALONE_DEMO_LIB file(GLOB_RECURSE tensorflow_demo_sources ${SRC_DIR}/jni/tensorflow_demo/.) target_link_libraries(tensorflow_demo |
When I include this into mtcnn cmake there is an error and if I put mtcnn cmake file there is an error that we mtcnn source file not found. |
I was trying to Shift the code to one of my project which has a c++ file but was not able to do that as a project can't have more then one cmake fie so I was not able to do so if anyone has a solution to it please help me out. Any help will be great.
The text was updated successfully, but these errors were encountered: