当前位置: 首页 > news >正文

网站开发与应用论文云空间

网站开发与应用论文,云空间,建材在线,小程序开发费用多少PPOCRLabel 使用PPOCRLabel对ocr预标注结果进行纠正由于PaddleOCR代码库十分混乱,路径经常乱调pip和代码库的代码#xff08;pip库和源码冲突#xff09;,经常报错#xff0c;因此paddleocr和ppocrlabel都是使用pip包; 安装 pip install PPOCRLabel2.1.3启动 PPOCRLabel…PPOCRLabel 使用PPOCRLabel对ocr预标注结果进行纠正由于PaddleOCR代码库十分混乱,路径经常乱调pip和代码库的代码pip库和源码冲突,经常报错因此paddleocr和ppocrlabel都是使用pip包; 安装 pip install PPOCRLabel2.1.3启动 PPOCRLabel --lang ch修改记录 修改1 报错AttributeError: ‘NoneType’ object has no attribute ‘shape’ NoneType object has no attribute shape Traceback (most recent call last):File D:\ProgramData\Anaconda3\envs\paddle\lib\site-packages\PPOCRLabel\libs\autoDialog.py, line 41, in runh, w, _ cv2.imdecode(np.fromfile(Imgpath, dtypenp.uint8), 1).shape AttributeError: NoneType object has no attribute shape原因cv2不支持读取带有中文字符路径文件 h, w, _ cv2.imdecode(np.fromfile(Imgpath, dtypenp.uint8), 1).shape解决使用PIL替换cv2, 将上述代码替换为 # 修改文件D:\ProgramData\Anaconda3\envs\paddle\lib\site-packages\PPOCRLabel\libs\autoDialog.py, line 41 # 增加PIL读取图片函数 from PIL import Image def load_image(image_path: str, return_chw: bool True, size: tuple None):image Image.open(image_path).convert(RGB)if size is not None:image image.resize(size) # resize imageimage np.asarray(image)image image[:, :, ::-1] # flip color channels from RGB to BGRw, h image.shape[1], image.shape[0] # update size after resizeif return_chw:image image.transpose(2, 0, 1)return image, (w, h)# 替换上面代码 try:image_data, (w, h) load_image(Imgpath, return_chwFalse) except Exception as e:print(fload file {Imgpath} fail!)continue修改2 报错AttributeError: ‘NoneType’ object has no attribute ‘shape’ Traceback (most recent call last):File D:\ProgramData\Anaconda3\envs\paddle\lib\site-packages\PPOCRLabel\PPOCRLabel.py, line 1889, in saveFileself._saveFile(imgidx, modemode)File D:\ProgramData\Anaconda3\envs\paddle\lib\site-packages\PPOCRLabel\PPOCRLabel.py, line 1934, in _saveFileself.openNextImg()File D:\ProgramData\Anaconda3\envs\paddle\lib\site-packages\PPOCRLabel\PPOCRLabel.py, line 1880, in openNextImgself.loadFile(filename)File D:\ProgramData\Anaconda3\envs\paddle\lib\site-packages\PPOCRLabel\PPOCRLabel.py, line 1550, in loadFileheight, width, depth cvimg.shape AttributeError: NoneType object has no attribute shape原因还是cv2不能读取中文路径文件解决 # 修改: File D:\ProgramData\Anaconda3\envs\paddle\lib\site-packages\PPOCRLabel\PPOCRLabel.py, line 1550, in loadFile # cvimg cv2.imdecode(np.fromfile(unicodeFilePath, dtypenp.uint8), 1) cvimg, _ load_image(unicodeFilePath, return_chwFalse)修改3 报错:error: (-215:Assertion failed) _src.total() 0 in function ‘cv::warpPerspective’ 报错描述在对PPOCRLABEL的框进行重新识别是发生如下报错 Can not recognise the detection box in xxxx,png. Please change manuallyunicodeFilePath is J:\data\mllm-data\xxxxxxxxx\wKh2CWERPJOAY2x-AAE62o598k0620.pngOpenCV(4.2.0) C:\projects\opencv-python\opencv\modules\imgproc\src\imgwarp.cpp:3143: error: (-215:Assertion failed) _src.total() 0 in function cv::warpPerspective原因是我们的ocr预标注数据Label.txt是使用PIL读取图片数据调用ppocr进行生产的并不是在PPOCRLabel工具内部生产的, 当我们修改数据框后, PPOCRLabel尝试再次使用cv2进行读取原图,此时由于cv2对路径较为敏感,经常会读取文件失败,才会出现如上情况 解决 依旧是修改PPOCRLabel源码, 把cv2读取改为PIL读取,就不惯着cv2的臭毛病… # 修改如下代码def reRecognition(self):#img cv2.imdecode(np.fromfile(self.filePath,dtypenp.uint8),1)img, _ load_image(self.filePath, return_chwFalse)修改4 运行PPOCRLabel源码paddleocr使用pip安装,报错 AttributeError: ‘Namespace’ object has no attribute ‘return_word_box’ - File G:\dongyongfei786\paddle\PaddleOCR\ppstructure\predict_system.py, line 82, in __init__self.return_word_box args.return_word_box AttributeError: Namespace object has no attribute return_word_box原因: paddleocr使用pip安装的源码中paddleocr2.7.0.3, D:\ProgramData\Anaconda3\Lib\site-packages\paddleocr\tools\infer\utility.py, 缺少 # extended functionparser.add_argument(--return_word_box, typestr2bool, defaultFalse, helpWhether return the bbox of each word (split by space) or chinese character. Only used in ppstructure for layout recovery)赞赏 都说书中自有黄金屋在这个“以钱为尊”的年代没钱那可是万万不能如果上述对各位帅哥美女有帮助的话也可动一下发财的小手你的支持的我做大的动力后续有需要考虑打成一个whl供需要的小伙伴使用后续如果还有改动会继续更新
http://www.huolong8.cn/news/117960/

相关文章:

  • 外贸设计网站建设深圳广告公司名录
  • 做国外有那些网站中国建设招标网站中标公告
  • 江西建设厅网站网站备案换接入商
  • 天津网站开发公司常用网站代码
  • 宁波海曙网站开发公司我做淘宝网站卖东西怎么激活
  • 金牛区建设和交通局网站石家庄站规模
  • 公司网站建设实施方案宁波江北建设局网站
  • ppt做网站安康微平台
  • 淘宝客网站还可以做吗网站开发技术简介
  • 可以自己做头像的网站重庆建设施工安全信息网官网
  • 深圳建站公司外围域名备案要求
  • 北京医疗网站建设公司网站 建设服务器
  • 风险的网站怎么出现cn网站
  • 帝国cms企业网站网站建立方案
  • 淘宝网怎样做网站代还app开发公司
  • 电商网站 网站服务内容富阳网站定制开发哪家公司好
  • 自己做网站需要学什么东西做电商网站商标
  • html5自适应网站模版淄博网站定制
  • 南京网站设计费用四川城乡和住房建设厅官方网站
  • 国外代码开源网站ps做好的网站如何做链接
  • 公司网站发布流程网站建设与小程序开发熊掌号
  • 龙华做网站怎么样对运营网站有什么见解
  • 网站建设技术概述合肥优化推广公司
  • 部门网站建设整改网站维护是什么
  • 网站添加内容WordPress添加在线商店
  • 创意工作室网站郑州网站建设专注乐云seo
  • 坑梓网站建设市场执业医师报考条件2022年最新规定
  • 上海专业网站建设公司排名如何选择网站的关键词
  • 哪里有免费网站空间申请潍坊网站建设尚荣
  • 沈阳做网站哪家质量好价格低长清区seo网络优化软件