Difference between revisions of "Hood Ubuntu TensorFlow Object Detection 20211218"

From wikidb
Jump to: navigation, search
(Extract)
Line 3: Line 3:
 
* [https://tensorflow-object-detection-api-tutorial.readthedocs.io/en/latest/ TensorFlow Object Detection]
 
* [https://tensorflow-object-detection-api-tutorial.readthedocs.io/en/latest/ TensorFlow Object Detection]
 
** Download Pre-Trained Model  
 
** Download Pre-Trained Model  
 +
** SD MobileNet V2 FPNLite 640x640
 +
 +
= Download Pre-Trained Model =
 +
 +
* [https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/tf2_detection_zoo.md TensorFlow Object Detection Zoo]
 
** SD MobileNet V2 FPNLite 640x640
 
** SD MobileNet V2 FPNLite 640x640
  
Line 10: Line 15:
 
   
 
   
 
   $ tar -xf ssd_mobilenet_v2_fpnlite_640x640_coco17_tpu-8.tar.gz  
 
   $ tar -xf ssd_mobilenet_v2_fpnlite_640x640_coco17_tpu-8.tar.gz  
 
+
 
   $ sudo apt install tree
 
   $ sudo apt install tree
 
+
 
   $ tree ssd_mobilenet_v2_fpnlite_640x640_coco17_tpu-8
 
   $ tree ssd_mobilenet_v2_fpnlite_640x640_coco17_tpu-8
 
   
 
   

Revision as of 11:53, 28 December 2021

Resources

Download Pre-Trained Model

Extract

 $ mv ~/Downloads/ssd_mobilenet_v2_fpnlite_640x640_coco17_tpu-8.tar.gz .

 $ tar -xf ssd_mobilenet_v2_fpnlite_640x640_coco17_tpu-8.tar.gz 

 $ sudo apt install tree

 $ tree ssd_mobilenet_v2_fpnlite_640x640_coco17_tpu-8

       ssd_mobilenet_v2_fpnlite_640x640_coco17_tpu-8
       ├── checkpoint
       │   ├── checkpoint
       │   ├── ckpt-0.data-00000-of-00001
       │   └── ckpt-0.index
       ├── pipeline.config
       └── saved_model
           ├── saved_model.pb
           └── variables
               ├── variables.data-00000-of-00001
               └── variables.index
       3 directories, 7 files