File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
research/object_detection Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -67,8 +67,8 @@ Some remarks on frozen inference graphs:
67
67
68
68
| Model name | Speed (ms) | COCO mAP[ ^ 1 ] | Outputs |
69
69
| ------------ | :--------------: | :--------------: | :-------------: |
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 |
72
72
| [ 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 |
73
73
| [ faster_rcnn_resnet50_coco] ( http://download.tensorflow.org/models/object_detection/faster_rcnn_resnet50_coco_2017_11_08.tar.gz ) | 89 | 30 | Boxes |
74
74
| [ faster_rcnn_resnet50_lowproposals_coco] ( http://download.tensorflow.org/models/object_detection/faster_rcnn_resnet50_lowproposals_coco_2017_11_08.tar.gz ) | 64 | | Boxes |
Original file line number Diff line number Diff line change 104
104
"outputs" : [],
105
105
"source" : [
106
106
" # 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 " ,
108
108
" MODEL_FILE = MODEL_NAME + '.tar.gz'\n " ,
109
109
" DOWNLOAD_BASE = 'http://download.tensorflow.org/models/object_detection/'\n " ,
110
110
" \n " ,
You can’t perform that action at this time.
0 commit comments