Hood Ubuntu TensorFlow Datasets 20211112

From wikidb
Jump to: navigation, search

TBD

TBD: Expand and Organize: These are scattered notes.

Datasets

Downloads

ssd_mobilenet

 $ wget http://download.tensorflow.org/models/object_detection/ssd_mobilenet_v1_coco_2017_11_17.tar.gz
      --2021-09-03 17:11:32--  http://download.tensorflow.org/models/object_detection/ssd_mobilenet_v1_coco_2017_11_17.tar.gz
      Resolving download.tensorflow.org (download.tensorflow.org)... 172.217.14.208, 2607:f8b0:400a:801::2010
      Connecting to download.tensorflow.org (download.tensorflow.org)|172.217.14.208|:80... connected.
      HTTP request sent, awaiting response... 200 OK
      Length: 76534733 (73M) [application/x-tar]
      Saving to: ‘ssd_mobilenet_v1_coco_2017_11_17.tar.gz’

      ssd_mobilenet_v1_co 100%[===================>]  72.99M  9.19MB/s    in 7.9s    

      2021-09-03 17:11:41 (9.25 MB/s) - ‘ssd_mobilenet_v1_coco_2017_11_17.tar.gz’ saved [76534733/76534733]

See also

 ssd_mobilenet_v1_coco_2017_11_17.tar.gz(76.53 MB)
 https://www.kaggle.com/manishrai/pre-trained-model-evaluation/data

Cats and Dogs

Microsoft

Also found at TensorFlow Lesson 05 Going Further with CNNs

Model Location Code

Used to find the model so it can be loaded.

Object detection coco

fiftyone-example

May be Interesting