eembc / mlmark

EEMBC's Machine-Learning Inference Benchmark targeted at edge devices.
https://www.eembc.org/mlmark
Other
45 stars 5 forks source link

Running mobilenet model on myriad. #5

Closed kselvan079 closed 5 years ago

kselvan079 commented 5 years ago

I have followed the steps in the readme file and tried to run the mobilenet 1.0 version on myriad. I get this error "FileNotFoundError: [Errno 2] No such file or directory: /mlmark/targets/openvino_ubuntu/workloads/mobilenet/result_Wed172220.txt"

While the same model runs successfully on the CPU. Im provide the snap of error. Would like some help on it.

Screenshot from 2019-09-04 17-27-44

petertorelli commented 5 years ago

The problem is further up the screen: image_classification_async, the key binary, is not found. That binary is created when compiling the sources from the instructions listed in the README.md. If that file is not present, the compile step had an error. What happened when you ran compile_MLMARK_sources.sh?

kselvan079 commented 5 years ago

Hey, thanks for the reply. Apparently the compilation hasn't been completed successfully because of overwritten image_classification_async file. It worked when i deleted that file and tried again. I will close this issue.