首页 Paddle框架 帖子详情
class paddle.vision.transforms.ColorJitter调用报错 已解决
收藏
快速回复
Paddle框架 问答模型训练 1719 1
class paddle.vision.transforms.ColorJitter调用报错 已解决
收藏
快速回复
Paddle框架 问答模型训练 1719 1

fail to perform transform [] with error: OpenCV(4.1.1) /io/opencv/modules/core/src/lut.cpp:368: error: (-215:Assertion failed) (lutcn == cn || lutcn == 1) && _lut.total() == 256 && _lut.isContinuous() && (depth == CV_8U || depth == CV_8S) in function 'LUT'
and stack:
Traceback (most recent call last):
File "/opt/conda/envs/python35-paddle120-env/lib/python3.7/site-packages/paddle/vision/transforms/transforms.py", line 113, in __call__
data = f(data)
File "/opt/conda/envs/python35-paddle120-env/lib/python3.7/site-packages/paddle/vision/transforms/transforms.py", line 269, in __call__
outputs.append(apply_func(inputs[i]))
File "/opt/conda/envs/python35-paddle120-env/lib/python3.7/site-packages/paddle/vision/transforms/transforms.py", line 799, in _apply_image
return F.adjust_brightness(img, brightness_factor)
File "/opt/conda/envs/python35-paddle120-env/lib/python3.7/site-packages/paddle/vision/transforms/functional.py", line 401, in adjust_brightness
return F_cv2.adjust_brightness(img, brightness_factor)
File "/opt/conda/envs/python35-paddle120-env/lib/python3.7/site-packages/paddle/vision/transforms/functional_cv2.py", line 321, in adjust_brightness
return cv2.LUT(img, table)
cv2.error: OpenCV(4.1.1) /io/opencv/modules/core/src/lut.cpp:368: error: (-215:Assertion failed) (lutcn == cn || lutcn == 1) && _lut.total() == 256 && _lut.isContinuous() && (depth == CV_8U || depth == CV_8S) in function 'LUT'


fail to perform transform [] with error: OpenCV(4.1.1) /io/opencv/modules/core/src/lut.cpp:368: error: (-215:Assertion failed) (lutcn == cn || lutcn == 1) && _lut.total() == 256 && _lut.isContinuous() && (depth == CV_8U || depth == CV_8S) in function 'LUT'
and stack:
Traceback (most recent call last):
File "/opt/conda/envs/python35-paddle120-env/lib/python3.7/site-packages/paddle/vision/transforms/transforms.py", line 113, in __call__
data = f(data)
File "/opt/conda/envs/python35-paddle120-env/lib/python3.7/site-packages/paddle/vision/transforms/transforms.py", line 269, in __call__
outputs.append(apply_func(inputs[i]))
File "/opt/conda/envs/python35-paddle120-env/lib/python3.7/site-packages/paddle/vision/transforms/transforms.py", line 1017, in _apply_image
return transform(img)
File "/opt/conda/envs/python35-paddle120-env/lib/python3.7/site-packages/paddle/vision/transforms/transforms.py", line 118, in __call__
raise e
File "/opt/conda/envs/python35-paddle120-env/lib/python3.7/site-packages/paddle/vision/transforms/transforms.py", line 113, in __call__
data = f(data)
File "/opt/conda/envs/python35-paddle120-env/lib/python3.7/site-packages/paddle/vision/transforms/transforms.py", line 269, in __call__
outputs.append(apply_func(inputs[i]))
File "/opt/conda/envs/python35-paddle120-env/lib/python3.7/site-packages/paddle/vision/transforms/transforms.py", line 799, in _apply_image
return F.adjust_brightness(img, brightness_factor)
File "/opt/conda/envs/python35-paddle120-env/lib/python3.7/site-packages/paddle/vision/transforms/functional.py", line 401, in adjust_brightness
return F_cv2.adjust_brightness(img, brightness_factor)
File "/opt/conda/envs/python35-paddle120-env/lib/python3.7/site-packages/paddle/vision/transforms/functional_cv2.py", line 321, in adjust_brightness
return cv2.LUT(img, table)
cv2.error: OpenCV(4.1.1) /io/opencv/modules/core/src/lut.cpp:368: error: (-215:Assertion failed) (lutcn == cn || lutcn == 1) && _lut.total() == 256 && _lut.isContinuous() && (depth == CV_8U || depth == CV_8S) in function 'LUT'

zlyzly123163
已解决
2# 回复于2022-01
晓得了,我用的float32,得换成uint8
0
收藏
回复
全部评论(1)
时间顺序
zlyzly123163
#2 回复于2022-01

晓得了,我用的float32,得换成uint8

0
回复
需求/bug反馈?一键提issue告诉我们
发现bug?如果您知道修复办法,欢迎提pr直接参与建设飞桨~
在@后输入用户全名并按空格结束,可艾特全站任一用户