@@ -100,8 +100,9 @@ Un-tar'ed directory includes:
100
100
101
101
### Model details
102
102
103
- We also provide some checkpoints that are only pretrained on ImageNet so that
104
- one could use this for training your own models.
103
+ We also provide some checkpoints that are pretrained on ImageNet and/or COCO (as
104
+ post-fixed in the model name) so that one could use this for training your own
105
+ models.
105
106
106
107
* mobilenet_v2: We refer the interested users to the TensorFlow open source
107
108
[ MobileNet-V2] ( https://github.com/tensorflow/models/tree/master/research/slim/nets/mobilenet )
@@ -120,11 +121,12 @@ one could use this for training your own models.
120
121
121
122
Model name | File Size
122
123
-------------------------------------------------------------------------------------- | :-------:
123
- [ xception_41] ( http://download.tensorflow.org/models/xception_41_2018_05_09.tar.gz ) | 288MB
124
- [ xception_65] ( http://download.tensorflow.org/models/deeplabv3_xception_2018_01_04.tar.gz ) | 447MB
125
- [ xception_71] ( http://download.tensorflow.org/models/xception_71_2018_05_09.tar.gz ) | 474MB
126
- [ resnet_v1_50_beta] ( http://download.tensorflow.org/models/resnet_v1_50_2018_05_04.tar.gz ) | 274MB
127
- [ resnet_v1_101_beta] ( http://download.tensorflow.org/models/resnet_v1_101_2018_05_04.tar.gz ) | 477MB
124
+ [ xception_41_imagenet] ( http://download.tensorflow.org/models/xception_41_2018_05_09.tar.gz ) | 288MB
125
+ [ xception_65_imagenet] ( http://download.tensorflow.org/models/deeplabv3_xception_2018_01_04.tar.gz ) | 447MB
126
+ [ xception_65_imagenet_coco] ( http://download.tensorflow.org/models/xception_65_coco_pretrained_2018_10_02.tar.gz ) | 292MB
127
+ [ xception_71_imagenet] ( http://download.tensorflow.org/models/xception_71_2018_05_09.tar.gz ) | 474MB
128
+ [ resnet_v1_50_beta_imagenet] ( http://download.tensorflow.org/models/resnet_v1_50_2018_05_04.tar.gz ) | 274MB
129
+ [ resnet_v1_101_beta_imagenet] ( http://download.tensorflow.org/models/resnet_v1_101_2018_05_04.tar.gz ) | 477MB
128
130
129
131
## References
130
132
0 commit comments