Skip to content

Commit 3fdb8ce

Browse files
committed
2 parents 134615a + 88ee63e commit 3fdb8ce

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Trained image classification models for Keras
22

3-
This repository contains code and weights files for the following Keras models:
3+
This repository contains code for the following Keras models:
44

55
- VGG16
66
- VGG19
@@ -76,5 +76,14 @@ block4_pool_features = model.predict(x)
7676

7777
## References
7878

79-
- [Very Deep Convolutional Networks for Large-Scale Image Recognition](https://arxiv.org/abs/1409.1556)
80-
- [Deep Residual Learning for Image Recognition](https://arxiv.org/abs/1512.03385)
79+
- [Very Deep Convolutional Networks for Large-Scale Image Recognition](https://arxiv.org/abs/1409.1556) - please cite this paper if you use the VGG models in your work.
80+
- [Deep Residual Learning for Image Recognition](https://arxiv.org/abs/1512.03385) - please cite this paper if you use the ResNet model in your work.
81+
82+
Additionally, don't forget to [cite Keras](https://keras.io/getting-started/faq/#how-should-i-cite-keras) if you use these models.
83+
84+
85+
## License
86+
87+
- All code in this repository is under the MIT license as specified by the LICENSE file.
88+
- The ResNet50 weights are ported from the ones [released by Kaiming He](https://github.com/KaimingHe/deep-residual-networks) under the [MIT license](https://github.com/KaimingHe/deep-residual-networks/blob/master/LICENSE).
89+
- The VGG16 and VGG19 weights are ported from the ones [released by VGG at Oxford](http://www.robots.ox.ac.uk/~vgg/research/very_deep/) under the [Creative Commons Attribution License](https://creativecommons.org/licenses/by/4.0/).

0 commit comments

Comments
 (0)