Skip to content

Commit f7e99c0

Browse files
committed
update broken ssd models in the zoo along with notebook.
1 parent f20630e commit f7e99c0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

research/object_detection/g3doc/detection_model_zoo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ Some remarks on frozen inference graphs:
6767

6868
| Model name | Speed (ms) | COCO mAP[^1] | Outputs |
6969
| ------------ | :--------------: | :--------------: | :-------------: |
70-
| [ssd_mobilenet_v1_coco](http://download.tensorflow.org/models/object_detection/ssd_mobilenet_v1_coco_2017_11_08.tar.gz) | 30 | 21 | Boxes |
71-
| [ssd_inception_v2_coco](http://download.tensorflow.org/models/object_detection/ssd_inception_v2_coco_2017_11_08.tar.gz) | 42 | 24 | Boxes |
70+
| [ssd_mobilenet_v1_coco](http://download.tensorflow.org/models/object_detection/ssd_mobilenet_v1_coco_2017_11_17.tar.gz) | 30 | 21 | Boxes |
71+
| [ssd_inception_v2_coco](http://download.tensorflow.org/models/object_detection/ssd_inception_v2_coco_2017_11_17.tar.gz) | 42 | 24 | Boxes |
7272
| [faster_rcnn_inception_v2_coco](http://download.tensorflow.org/models/object_detection/faster_rcnn_inception_v2_coco_2017_11_08.tar.gz) | 58 | 28 | Boxes |
7373
| [faster_rcnn_resnet50_coco](http://download.tensorflow.org/models/object_detection/faster_rcnn_resnet50_coco_2017_11_08.tar.gz) | 89 | 30 | Boxes |
7474
| [faster_rcnn_resnet50_lowproposals_coco](http://download.tensorflow.org/models/object_detection/faster_rcnn_resnet50_lowproposals_coco_2017_11_08.tar.gz) | 64 | | Boxes |

research/object_detection/object_detection_tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"outputs": [],
105105
"source": [
106106
"# What model to download.\n",
107-
"MODEL_NAME = 'ssd_mobilenet_v1_coco_2017_11_08'\n",
107+
"MODEL_NAME = 'ssd_mobilenet_v1_coco_2017_11_17'\n",
108108
"MODEL_FILE = MODEL_NAME + '.tar.gz'\n",
109109
"DOWNLOAD_BASE = 'http://download.tensorflow.org/models/object_detection/'\n",
110110
"\n",

0 commit comments

Comments
 (0)