├── Tensorflow ├── scripts │ └── generate_tfrecord.py └── workspace │ └── pre-trained-models │ ├── ssd_mobilenet_v2_fpnlite_320x320_coco17_tpu-8.tar.gz │ └── ssd_mobilenet_v2_fpnlite_320x320_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 └── Tutorial.ipynb /Tensorflow/scripts/generate_tfrecord.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukesh-Uchiha/Objectdetection1/HEAD/Tensorflow/scripts/generate_tfrecord.py -------------------------------------------------------------------------------- /Tensorflow/workspace/pre-trained-models/ssd_mobilenet_v2_fpnlite_320x320_coco17_tpu-8.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukesh-Uchiha/Objectdetection1/HEAD/Tensorflow/workspace/pre-trained-models/ssd_mobilenet_v2_fpnlite_320x320_coco17_tpu-8.tar.gz -------------------------------------------------------------------------------- /Tensorflow/workspace/pre-trained-models/ssd_mobilenet_v2_fpnlite_320x320_coco17_tpu-8/checkpoint/checkpoint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukesh-Uchiha/Objectdetection1/HEAD/Tensorflow/workspace/pre-trained-models/ssd_mobilenet_v2_fpnlite_320x320_coco17_tpu-8/checkpoint/checkpoint -------------------------------------------------------------------------------- /Tensorflow/workspace/pre-trained-models/ssd_mobilenet_v2_fpnlite_320x320_coco17_tpu-8/checkpoint/ckpt-0.data-00000-of-00001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukesh-Uchiha/Objectdetection1/HEAD/Tensorflow/workspace/pre-trained-models/ssd_mobilenet_v2_fpnlite_320x320_coco17_tpu-8/checkpoint/ckpt-0.data-00000-of-00001 -------------------------------------------------------------------------------- /Tensorflow/workspace/pre-trained-models/ssd_mobilenet_v2_fpnlite_320x320_coco17_tpu-8/checkpoint/ckpt-0.index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukesh-Uchiha/Objectdetection1/HEAD/Tensorflow/workspace/pre-trained-models/ssd_mobilenet_v2_fpnlite_320x320_coco17_tpu-8/checkpoint/ckpt-0.index -------------------------------------------------------------------------------- /Tensorflow/workspace/pre-trained-models/ssd_mobilenet_v2_fpnlite_320x320_coco17_tpu-8/pipeline.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukesh-Uchiha/Objectdetection1/HEAD/Tensorflow/workspace/pre-trained-models/ssd_mobilenet_v2_fpnlite_320x320_coco17_tpu-8/pipeline.config -------------------------------------------------------------------------------- /Tensorflow/workspace/pre-trained-models/ssd_mobilenet_v2_fpnlite_320x320_coco17_tpu-8/saved_model/saved_model.pb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukesh-Uchiha/Objectdetection1/HEAD/Tensorflow/workspace/pre-trained-models/ssd_mobilenet_v2_fpnlite_320x320_coco17_tpu-8/saved_model/saved_model.pb -------------------------------------------------------------------------------- /Tensorflow/workspace/pre-trained-models/ssd_mobilenet_v2_fpnlite_320x320_coco17_tpu-8/saved_model/variables/variables.data-00000-of-00001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukesh-Uchiha/Objectdetection1/HEAD/Tensorflow/workspace/pre-trained-models/ssd_mobilenet_v2_fpnlite_320x320_coco17_tpu-8/saved_model/variables/variables.data-00000-of-00001 -------------------------------------------------------------------------------- /Tensorflow/workspace/pre-trained-models/ssd_mobilenet_v2_fpnlite_320x320_coco17_tpu-8/saved_model/variables/variables.index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukesh-Uchiha/Objectdetection1/HEAD/Tensorflow/workspace/pre-trained-models/ssd_mobilenet_v2_fpnlite_320x320_coco17_tpu-8/saved_model/variables/variables.index -------------------------------------------------------------------------------- /Tutorial.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mukesh-Uchiha/Objectdetection1/HEAD/Tutorial.ipynb --------------------------------------------------------------------------------