Tensorflow: XCode CpResource imagenet_comp_graph_label_strings.txt ํ•ด๋‹น ํŒŒ์ผ์ด๋‚˜ ๋””๋ ‰ํ† ๋ฆฌ๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค.

์— ๋งŒ๋“  2016๋…„ 11์›” 06์ผ  ยท  1๋…ผํ‰  ยท  ์ถœ์ฒ˜: tensorflow/tensorflow

iOS ๋‹จ์ˆœ ํ”„๋กœ์ ํŠธ๋ฅผ ์ปดํŒŒ์ผํ•  ๋•Œ ๋‹ค์Œ ์˜ค๋ฅ˜๊ฐ€ ๋ฐœ์ƒํ•ฉ๋‹ˆ๋‹ค.

CpResource ๋ฐ์ดํ„ฐ/imagenet_comp_graph_label_strings.txt /Users/CYL/Library/Developer/Xcode/DerivedData/tf_ios_makefile_example-agwbsoccjjkvrwgzihhrjmljlwss/Build/Products/Debug-iphonesimulator/tf_example.ios_graphimagelabel_tf_example.
cd /Users/CYL/tensorflowGIT/tensorflow/contrib/ios_examples/simple
๋‚ด๋ณด๋‚ด๊ธฐ PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/ usr/bin:/bin:/usr/sbin:/sbin"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/CYL/tensorflowGIT/tensorflow/contrib/ios_examples/simple/data/imagenet_comp_graph_label_strings.txt /Users /CYL/Library/Developer/Xcode/DerivedData/tf_ios_makefile_example-agwbsoccjjkvrwgzihhrjmljlwss/Build/Products/Debug-iphonesimulator/tf_ios_makefile_example.app

์˜ค๋ฅ˜: /Users/CYL/tensorflowGIT/tensorflow/contrib/ios_examples/simple/data/imagenet_comp_graph_label_strings.txt: ํ•ด๋‹น ํŒŒ์ผ์ด๋‚˜ ๋””๋ ‰ํ† ๋ฆฌ๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค

screen shot 2016-11-06 at 12 13 27

์—ฌ๊ธฐ์— ์„ค๋ช…๋œ ๋Œ€๋กœ XCode ๋ถ€๋ถ„์—์„œ ์ปดํŒŒ์ผ๊นŒ์ง€ ๋ชจ๋“  ์ž‘์—…์„ ์ˆ˜ํ–‰ํ–ˆ์Šต๋‹ˆ๋‹ค. ๋ณ€๊ฒฝ ์—†์ด XCode 8์—์„œ XCode 7.3.1๋กœ ๋‹ค์šด๊ทธ๋ ˆ์ด๋“œํ–ˆ์Šต๋‹ˆ๋‹ค. MacOS El Capitan์ด ์žˆ์Šต๋‹ˆ๋‹ค.

๊ฐ€์žฅ ์œ ์šฉํ•œ ๋Œ“๊ธ€

์•Œ์•˜์–ด, ์Šค์Šค๋กœ ์•Œ์•„๋ƒˆ์–ด...

ํŠœํ† ๋ฆฌ์–ผ ๋ถ€๋ถ„์—์„œ

mkdir -p ~/๊ทธ๋ž˜ํ”„
curl -o ~/graphs/inception5h.zip
https://storage.googleapis.com/download.tensorflow.org/models/inception5h.zip
&& ์••์ถ• ํ•ด์ œ ~/graphs/inception5h.zip -d ~/graphs/inception5h
cp ~/graphs/inception5h/* tensorflow/contrib/ios_examples/benchmark/data/
cp ~/graphs/inception5h/* tensorflow/contrib/ios_examples/camera/data/
cp ~/graphs/inception5h/* tensorflow/contrib/ios_examples/simple/data/

cp ๋ถ€๋ถ„์€ ๋ณ„๋„๋กœ ์‹คํ–‰๋˜์–ด์•ผ ํ•ฉ๋‹ˆ๋‹ค. ๋”ฐ๋ผ์„œ ์ฒ˜์Œ 4์ค„์€ ํ•˜๋‚˜์˜ ๋ช…๋ น์ด๊ณ  ๋‹ค์Œ 3์ค„์€ ๋ณ„๋„์˜ ๋ช…๋ น์ž…๋‹ˆ๋‹ค. ์ €๋Š” Mac์„ ์ฒ˜์Œ ์‚ฌ์šฉํ•˜๊ณ  Linux์— ๋Œ€ํ•œ ๊ฒฝํ—˜์ด ๋งŽ์ง€ ์•Š์œผ๋ฉฐ ์ฒ˜์Œ์—๋Š” ์•Œ์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค.

>๋ชจ๋“  ๋Œ“๊ธ€

์•Œ์•˜์–ด, ์Šค์Šค๋กœ ์•Œ์•„๋ƒˆ์–ด...

ํŠœํ† ๋ฆฌ์–ผ ๋ถ€๋ถ„์—์„œ

mkdir -p ~/๊ทธ๋ž˜ํ”„
curl -o ~/graphs/inception5h.zip
https://storage.googleapis.com/download.tensorflow.org/models/inception5h.zip
&& ์••์ถ• ํ•ด์ œ ~/graphs/inception5h.zip -d ~/graphs/inception5h
cp ~/graphs/inception5h/* tensorflow/contrib/ios_examples/benchmark/data/
cp ~/graphs/inception5h/* tensorflow/contrib/ios_examples/camera/data/
cp ~/graphs/inception5h/* tensorflow/contrib/ios_examples/simple/data/

cp ๋ถ€๋ถ„์€ ๋ณ„๋„๋กœ ์‹คํ–‰๋˜์–ด์•ผ ํ•ฉ๋‹ˆ๋‹ค. ๋”ฐ๋ผ์„œ ์ฒ˜์Œ 4์ค„์€ ํ•˜๋‚˜์˜ ๋ช…๋ น์ด๊ณ  ๋‹ค์Œ 3์ค„์€ ๋ณ„๋„์˜ ๋ช…๋ น์ž…๋‹ˆ๋‹ค. ์ €๋Š” Mac์„ ์ฒ˜์Œ ์‚ฌ์šฉํ•˜๊ณ  Linux์— ๋Œ€ํ•œ ๊ฒฝํ—˜์ด ๋งŽ์ง€ ์•Š์œผ๋ฉฐ ์ฒ˜์Œ์—๋Š” ์•Œ์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค.

์ด ํŽ˜์ด์ง€๊ฐ€ ๋„์›€์ด ๋˜์—ˆ๋‚˜์š”?
0 / 5 - 0 ๋“ฑ๊ธ‰