googlecodelabs / tensorflow-for-poets-2

Apache License 2.0
508 stars 464 forks source link

Typo in TensorFlow for Poets 2: TFLite #71

Open n0acar opened 6 years ago

n0acar commented 6 years ago

There is a typo in 3. Setup the iOS app under open the project with Xcode. The terminal command and the real name of the project is different.

https://codelabs.developers.google.com/codelabs/tensorflow-for-poets-2-ios/#2

nazranoushad1 commented 5 years ago

was this resolved? what was the change?

thommackey commented 5 years ago

Current incorrect terminal command provided in the project: open ios/tflite/tflite_camera_example.xcworkspace

The correct command should be: open ios/tflite/tflite_photos_example.xcworkspace