运用caffe进行深度学习之前需要对图片进行预处理,将图片的大小,格式等进行修改

将300*300的图片改为256*256格式

则将以下参数改为:

  • min_dim=256
  •  max_dim=256
  • width=256
  • height=256