Created
August 15, 2020 00:51
-
-
Save Namburger/8df418520a4debb3cac9ba2f616eb6a1 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
# Now let's download our ssdlite mobiledet pretrained model from tensorflow's model zoo. | |
!mkdir /content/pretrained_model | |
%cd /content/pretrained_model | |
!wget http://download.tensorflow.org/models/object_detection/ssdlite_mobiledet_edgetpu_320x320_coco_2020_05_19.tar.gz | |
!tar xvf ssdlite_mobiledet_edgetpu_320x320_coco_2020_05_19.tar.gz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment