mmcv.imwrite(img_show, '../work_dirs/vis')
显示报错:
cv2.error: OpenCV(4.6.0) /io/opencv/modules/imgcodecs/src/loadsave.cpp:983: error: (-2:Unspecified error) could not find encoder for the specified extension in function 'imencode'
刚开始以为是图片的问题,一直在修改图片的格式
后来在一个网站上看到了解决方法,
传送门
路径名称应该要具体到文件
mmcv.imwrite(img_show, '../work_dirs/vis/1.jpg')
Parameters
- ext File
extens
ion
that defines the output format.
-
im
g
Im
age to be written.
- buf Output buffer resized to fit the compressed
im
age.
- params Format-specific parameters. See
当运行
im
write函数时出现下面的错误
error
: (-2:Un
specified
error
) could not find a writer for the
specified
extens
ion
in
function
'cv::
im
write_'
出现这个的原因是
cv.
im
write(**'skeleton',**skeleton)
没有后缀,jpg,png等。。。改成下面这样就行了
cv.
im
write('skeleton.jpg',skeleton)
报错:............could not find a writer for the
specified
extens
ion
in
function
'cv'
定位错误位置:
cv2
.
im
write(save_
im
age_path,
im
age)
cv2
.
im
write(save_
im
age_path,
im
age),这里出现错误。但是很奇怪。
后来才发现,save_
im
age_path 是文件夹路径名称,它没有xxx.bmp或jpg,png。
把它修改一下就好了
cv2
.
im
wr
cv2
.
error
: OpenCV(3.4.5) /io/opencv/modules/
im
gcodecs/src/loadsave.cpp:687:
error
: (-2:Un
specified
error
) could not find a writer for the
specified
extens
ion
in
function
'
im
write_'
原文链接:
https://b...
成功解决
error
: OpenCV(4.7.0) D:\a\opencv-
python
\opencv-
python
\opencv\modules\
im
gcodecs\src
\loadsave.cpp:692:
error
: (-2:Un
specified
error
) could not find a writer for the
specified
extens
ion
in
function
'cv::
im
write_
ERROR
: Could not find a vers
ion
that sati
OpenCV
Error
: Un
specified
error
(could not find a writer for the specifi
ed
extens
ion
) in cv::
im
write_, file C:\ci\opencv_1512688052760\work\modu
les\
im
gcodecs\src\loadsave.cpp, line 677
Traceback
Anaconda3:conda-script.py: error: the following arguments are required: command解决方法
想成为编程高手0.0:
yolov5特征图可视化
weixin_47209333:
ajax验证码异步校验
CSDN-Ada助手:
drawString验证码图片里面的文字设置水平居中
CSDN-Ada助手: