Skip to content

Commit a0aa5d2

Browse files
authored
Add known issues section for issue #5
1 parent 9347542 commit a0aa5d2

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Keras | VGG16 Places365 - VGG16 CNN models pre-trained on [Places365-Standard](http://places2.csail.mit.edu/download.html) for scene classification
1+
# Keras | VGG16 Places365 - VGG16 CNN models pre-trained on Places365-Standard for scene classification
22
![Keras logo](https://i.imgur.com/c9r5WFp.png)
33

44

55
[![license](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000)](https://github.com/GKalliatakis/Keras-VGG16-places365/blob/master/LICENSE)
66

7-
## You have just found the Keras models of the pre-trained VGG16 CNNs on Places365-Standard (~1.8 million images from 365 scene categories).
7+
## You have just found the Keras models of the pre-trained VGG16 CNNs on [Places365-Standard](http://places2.csail.mit.edu/download.html) (~1.8 million images from 365 scene categories).
88

99

1010
### Overview
@@ -32,8 +32,6 @@ All architectures are compatible with both TensorFlow and Theano, and upon insta
3232

3333
Pre-trained weights can be automatically loaded upon instantiation (`weights='places'` argument in model constructor for all image models). Weights are automatically downloaded.
3434

35-
36-
3735
## Examples
3836

3937
### Classify Places classes with VGG16-places365
@@ -122,6 +120,9 @@ More info on downloading, converting, and submitting other models can be found o
122120

123121
### Questions and Comments
124122
If you have any suggestions or bugs to report you can pull a request or start a discussion.
123+
124+
### Known issues:
125+
- Identical & low confidence predictions when classifying Places classes, as described in [issue #5](https://github.com/GKalliatakis/Keras-VGG16-places365/issues/5)
125126
_________________________________________________________________
126127

127128
[dill]: <https://github.com/joemccann/dillinger>

0 commit comments

Comments
 (0)