当前位置: 代码迷 >> 综合 >> scikit-image : ValueError: Invalid mode specified. Please use `constant`, `edge`, `wrap`, `reflect`
  详细解决方案

scikit-image : ValueError: Invalid mode specified. Please use `constant`, `edge`, `wrap`, `reflect`

热度:35   发布时间:2024-01-16 09:50:54.0

ValueError: Invalid mode specified.  Please use `constant`, `edge`, `wrap`, `reflect` or `symmetric`.

在caffe中,或者其他场合应用scikit-image解码图像及做preprocess的时候,会碰到这个问题

有人说,直接升级会解决这个问题,经过尝试,并不见效

需要降低版本,例如,我原来的是1.13, 升级到1.14没有解决,下载1.11的代码,

python setup.py build 

python setup install

解决问题!

  相关解决方案