stanford-futuredata / noscope

Accelerating network inference over video
http://dawn.cs.stanford.edu/2017/06/22/noscope/
436 stars 122 forks source link

Analysis of target '//tensorflow/noscope:noscope' failed; build aborted. #14

Closed zzzzzz0407 closed 7 years ago

zzzzzz0407 commented 7 years ago

when i run the command: bazel build -c opt --copt=-mavx2 --config=cuda noscope,i meet the issue,and i do not know how to fix it ,can you help me?thanks! image

ddkang commented 7 years ago

https://github.com/stanford-futuredata/noscope#setting-up-the-inference-engine As described here, you will need to point the BUILD to the correct OpenCV path and add the OpenCV path to your environmental variables.

The lines are here: https://github.com/stanford-futuredata/tensorflow-noscope/blob/speedhax/tensorflow/noscope/BUILD#L20