Skip to content

Instantly share code, notes, and snippets.

@Namburger
Created August 15, 2020 00:51
Show Gist options
  • Save Namburger/8df418520a4debb3cac9ba2f616eb6a1 to your computer and use it in GitHub Desktop.
Save Namburger/8df418520a4debb3cac9ba2f616eb6a1 to your computer and use it in GitHub Desktop.
# 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