mirror of
https://github.com/wassname/keras-contrib.git
synced 2026-06-27 16:10:11 +08:00
add code source reference
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
""" Preprocessing for semantic image segmentation
|
||||
|
||||
adapted from: https://github.com/aurora95/Keras-FCN
|
||||
"""
|
||||
from keras.preprocessing.image import *
|
||||
from keras.applications.imagenet_utils import preprocess_input
|
||||
from keras import backend as K
|
||||
|
||||
Reference in New Issue
Block a user