Skip to content

Commit

Permalink
Merge pull request #8 from nithishdivakar/patch-1
Browse files Browse the repository at this point in the history
Update README with missing imports
  • Loading branch information
GKalliatakis authored Apr 26, 2018
2 parents 4544c5d + fbb4012 commit 9347542
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ Pre-trained weights can be automatically loaded upon instantiation (`weights='pl
from vgg16_places_365 import VGG16_Places365
from keras.preprocessing import image
from places_utils import preprocess_input
import numpy as np
import os

model = VGG16_Places365(weights='places')

Expand Down Expand Up @@ -78,6 +80,7 @@ for i in range(0, 5):
from vgg16_hybrid_places_1365 import VGG16_Hubrid_1365
from keras.preprocessing import image
from places_utils import preprocess_input
import numpy as np

model = VGG16_Hubrid_1365(weights='places', include_top=False)

Expand Down

0 comments on commit 9347542

Please sign in to comment.