JieHe96 / iOS_Tensorflow_ObjectDetection_Example

An iOS application of Tensorflow Object Detection with different models: SSD with Mobilenet, SSD with InceptionV2, Faster-RCNN-resnet101

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nsync directory not generated

schubertq opened this issue · comments

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

Try compiling the nsync lib by:
screen shot 2017-09-19 at 12 24 30 pm

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.