Closed VarshaSLalapura closed 5 years ago
It seems that you're on a POSIX machine (Linux?), in which case there won't be a Release folder.
Can you try running the following commands:
cd /home/varshalalapura/Desktop/git-prjoects/ELL/ELL/build
find . -name '*model.so'
That might show you the location of the built model.
Yes, I could find it. I got the confidence score now. The thing is am novice to linux as well as building using GCC. I decided to ask after many trials and you could track my stuck point. Thank you so much for all your time.
Hi ELL team,
Am trying to run the tutorial Getting started with image-classification on RPi. 1-cmake.txt 2-make.txt After building the ELL, when I go to the tutorial to build a model, model is not imported while executing call_model.py There is no Release folder containing the _model.pyd file. I have simply taken the call_model.py from the hyperlink in the tutorial
Thanks in advance, Varsha