JieHe96 / iOS_Tensorflow_ObjectDetection_Example

An iOS application of Tensorflow Object Detection with different models: SSD with Mobilenet, SSD with InceptionV2, Faster-RCNN-resnet101
129 stars 28 forks source link

cp: makefile/*: No such file or directory #31

Open takasurazeem opened 6 years ago

takasurazeem commented 6 years ago

While running the config.sh with bash I get the following output. ok=> current version: # Release 1.4.0 cp: makefile/*: No such file or directory

takasurazeem commented 6 years ago

The solution is that I have to be in config folder inside the project to execute that command.