intel-iot-devkit / store-traffic-monitor-cpp

Monitor three different streams of video that count people inside and outside of a facility. This application also counts product inventory.
https://software.intel.com/content/www/us/en/develop/topics/iot/reference-implementations/store-traffic-monitor.html
BSD 3-Clause "New" or "Revised" License
10 stars 7 forks source link

cmake Fail - include could not find load file feature_defs #2

Open lenhuy opened 5 years ago

lenhuy commented 5 years ago

Platform: Up Squared

upsquared@upsquared-UP-APL01:~$ uname -a Linux upsquared-UP-APL01 4.14.0-041400.201711122031-upboard-generic #upboard SMP Wed May 30 15:08:48 IST 2018 x86_64 x86_64 x86_64 GNU/Linux

upsquared@upsquared-UP-APL01:~/store-traffic-monitor/application/build$ cmake ..-- The C compiler identification is GNU 5.4.0 -- The CXX compiler identification is GNU 5.4.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Error at CMakeLists.txt:11 (include): include could not find load file:

feature_defs

CMake Error at CMakeLists.txt:13 (add_subdirectory): add_subdirectory given source "/opt/intel//computer_vision_sdk_2018.4.420/deployment_tools/inference_engine/samples/extension" which is not an existing directory.

-- Configuring incomplete, errors occurred! See also "/home/upsquared/store-traffic-monitor/application/build/CMakeFiles/CMakeOutput.log".

wentengedu commented 5 years ago

I have the same problem, Have you solved this problem?

lenhuy commented 5 years ago

Not yet.

From: wentengedu notifications@github.com Sent: Tuesday, January 1, 2019 6:29 AM To: intel-iot-devkit/store-traffic-monitor store-traffic-monitor@noreply.github.com Cc: Le, Nhuy N nhuy.n.le@intel.com; Author author@noreply.github.com Subject: Re: [intel-iot-devkit/store-traffic-monitor] cmake Fail - include could not find load file feature_defs (#2)

I have the same problem, Have you solved this problem?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/intel-iot-devkit/store-traffic-monitor/issues/2#issuecomment-450728994, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AHqM6jje6koEQjgZr1M7_HBT05WtpZCYks5u-2KkgaJpZM4Y2CGW.

Jeetkarsh commented 5 years ago

Even i am waiting for the solution to this problem

amit403 commented 5 years ago

Is any one got the solution ? I tried few things but .. didn't succeed.

w4ilun commented 5 years ago

repo updated with latest version, please download and try again to see if problem persists