Ankit kishore

Results 4 comments of Ankit kishore

I was trying to implement object tracking over it. for tracking faces.

This is the cmake file for object tracking ` cmake_minimum_required(VERSION 3.4.1) set(CMAKE_VERBOSE_MAKEFILE on) project(TSAS) add_subdirectory(tensorflow_demo)` This is cmake file inside tensoreflow_demo `project(TENSORFLOW_DEMO) get_filename_component(SRC_DIR ${CMAKE_SOURCE_DIR}/.. ABSOLUTE) if (ANDROID_ABI MATCHES "^armeabi-v7a$") set(CMAKE_CXX_FLAGS...

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.