Closed labsurde closed 4 years ago
bazel build command needs to download the required packages in WORKSPACE. It looks like that you could not download opencv
as it's a customized version only downloadable from https://cnbj1.fds.api.xiaomi.com
. So, can you access Google Drive
? Maybe I can upload it there for you to access.
imagenet_less.zip
is the first 1000 images from imagenet 2012 validation set.
That will be amazing. Could you please upload opencv
and let me know? Thank you so much.
@lee-bin, I downloaded both files. I will try to build with the files. Again, thank you so much for your time and consideration!
With the file you shared, the above issue seemed to be solved. Let me close this issue.
One other thing is that now I got another error:
ERROR: missing input file '//third_party/tflite:tensorflow/lite/lib/arm64-v8a/libtensorflowLite.so'
Since URL of zipped tensorflow in config.yml
is not accessible, I put zipped source code of Tensorflow into the URL of config.yml
but maybe the tensorflow zip file needs to contain libtensorflowLite.so
, I guess.
I will try that next week. :-)
Hi.
I am experiencing this error. Could you please help?
Environment:
I made some source change
benchmark.meta
cannot access
https://cnbj1.fds.api.xiaomi.com
so I put onebenchmarks{ ... }
with accessible URL and remove other than this one.config.yml
https://cnbj1.fds.api.xiaomi.com
so I uploaded tensorflow into accessible URLimagenet_less.zip
yet because I don't know where I can get thisimagenet_less.zip
fileError screen
The line that throws an exception is in
sh.py
:Could you please help to solve this issue?
and.. one more question is... could you let me know where I can get or how I can create
imagenet_less.zip
?Thanks a lot!