JieHe96 / iOS_Tensorflow_ObjectDetection_Example

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

nsync directory not generated #9

Closed schubertq closed 7 years ago

schubertq commented 7 years ago

Hello,Jie, I met a problem below,even if I use official sh also the same result。 ld: warning: directory not found for option '-L/Users/schubert/Documents/tensorflow-master/tensorflow/contrib/makefile/gen/nsync' ld: library not found for -lnsync

JieHe96 commented 7 years ago

Try compiling the nsync lib by:

screen shot 2017-09-19 at 12 24 30 pm
schubertq commented 7 years ago

Thank you for your reply, Jie, I solved this problem by typing you mentioned in the tips: tensorflow/contrib/makefile/build_tflib_ssd.sh Your solution sh code is contained in the build_all_ios_ssd file, I have run build_all_ios_ssd sh before.