ARCamera MVP: Basic screen with full screen camera and prediction labels (#684)

This commit is contained in:
Johannes Klein
2023-07-15 07:53:18 +02:00
committed by GitHub
parent 5166647b83
commit 5f81c49f85
27 changed files with 2629 additions and 112 deletions

View File

@@ -17,6 +17,12 @@ E2E_TEST_PASSWORD=test-password
GMAPS_API_KEY=some-key
# Model file names for Android and iOS
ANDROID_MODEL_FILE_NAME=small_inception_tf1.tflite
ANDROID_TAXONOMY_FILE_NAME=small_export_tax.csv
IOS_MODEL_FILE_NAME=small_inception_tf1.mlmodel
IOS_TAXONOMY_FILE_NAME=small_export_tax.json
# Fastlane
IOS_PROVISIONING_PROFILE_NAME="provisioning profile name"
IOS_SHARE_BUNDLE_ID="share bundle ID"