摘要: 这里记录在学习SSD源码过程中用到的相关内容 keras.applications.imagenet_utils.preprocess_input(): 用来将读入的原始图片张量转换成为需要Imagenet网络识别的形式,源码显示的是进行通道的转换以及减去各个通道均值,这个均值应该是ImageNet 阅读全文
posted @ 2017-09-01 14:09 niudong 阅读(281) 评论(0) 推荐(0)