Skip to content

Commit

Permalink
Remove lite/examples/android example
Browse files Browse the repository at this point in the history
This example has been migrated to the new TensorFlow Examples
repo @ https://github.com/tensorflow/examples/tree/master/lite.

RELNOTES=Removed TensorFlow Lite Android example (moved to new examples repo).
PiperOrigin-RevId: 246173733
  • Loading branch information
jdduke authored and copybara-github committed May 1, 2019
1 parent ef70a13 commit 2ed35de
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
???
person
bicycle
car
motorcycle
airplane
bus
train
truck
boat
traffic light
fire hydrant
???
stop sign
parking meter
bench
bird
cat
dog
horse
sheep
cow
elephant
bear
zebra
giraffe
???
backpack
umbrella
???
???
handbag
tie
suitcase
frisbee
skis
snowboard
sports ball
kite
baseball bat
baseball glove
skateboard
surfboard
tennis racket
bottle
???
wine glass
cup
fork
knife
spoon
bowl
banana
apple
sandwich
orange
broccoli
carrot
hot dog
pizza
donut
cake
chair
couch
potted plant
bed
???
dining table
???
???
toilet
???
tv
laptop
mouse
remote
keyboard
cell phone
microwave
oven
toaster
sink
refrigerator
???
book
clock
vase
scissors
teddy bear
hair drier
toothbrush
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public void onPreviewSizeChosen(final Size size, final int rotation) {
cropSize = TF_OD_API_INPUT_SIZE;
} catch (final IOException e) {
e.printStackTrace();
LOGGER.e("Exception initializing classifier!", e);
LOGGER.e(e, "Exception initializing classifier!");
Toast toast =
Toast.makeText(
getApplicationContext(), "Classifier could not be initialized", Toast.LENGTH_SHORT);
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
_silence_
_unknown_
yes
no
up
down
left
right
on
off
stop
go

0 comments on commit 2ed35de

Please sign in to comment.