Created
September 27, 2019 14:31
-
-
Save ivanliu1989/c33084058b30f1ea6410f8179f99eee9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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