Skip to content

Instantly share code, notes, and snippets.

@ivanliu1989
Created September 27, 2019 14:31
Show Gist options
  • Select an option

  • Save ivanliu1989/c33084058b30f1ea6410f8179f99eee9 to your computer and use it in GitHub Desktop.

Select an option

Save ivanliu1989/c33084058b30f1ea6410f8179f99eee9 to your computer and use it in GitHub Desktop.
# Copy your Tensorflow Lite model file
cp $OUTPUT_DIR/detect.tflite ./ObjectDetection/Model/
# Update label file
cat << until_it_ends | sudo tee ./ObjectDetection/Model/labelmap.txt
Blouse
Shorts
Skirt
Sweater
Tank
Tee
until_it_ends
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment