Created by: WangTaoSpace
代码中变量定义
IMG_MEAN = np.array((103.939, 116.779, 123.68), dtype=np.float32)
使用这个变量的位置
"""
Load image from file.
"""
image = dataset.image.load_image(
image, is_color=True).astype("float32")
image -= IMG_MEAN
不太懂,麻烦解下惑