上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 98 下一页
摘要: paddleocr提高识别的方法 1用官方的完整模型包 ocr = PaddleOCR(use_angle_cls=True, lang="ch",det_model_dir="123/",rec_model_dir="321/") # need to run only once to downlo 阅读全文
posted @ 2021-09-28 09:08 newmiracle宇宙 阅读(2111) 评论(2) 推荐(1)
摘要: python3安装pyqt5 一定要3.7安装 不然会报错 版本不兼容 阅读全文
posted @ 2021-09-27 15:44 newmiracle宇宙 阅读(99) 评论(0) 推荐(0)
摘要: yolov5安装教程 在anaconda环境下安装 新建个 yolov5文件夹 先下个yolov5 https://github.com/ultralytics/yolov5 ps:必须是英文路径 不能中文路径不然训练的时候识别不了 然后 pip install -r requirements.tx 阅读全文
posted @ 2021-09-23 09:53 newmiracle宇宙 阅读(1404) 评论(0) 推荐(0)
摘要: python PaddleOCR安装方法 最好用python3.7 保证各个模块的兼容 要在anaconda环境下安装 1 http://www.cppcns.com/jiaoben/python/366474.html 里面走一遍 2 环境变量设置下 nvidia-smi 设置完必须重启anaco 阅读全文
posted @ 2021-09-22 11:25 newmiracle宇宙 阅读(2270) 评论(0) 推荐(0)
摘要: python判断 射线是否与圆相交 # 以上是返回截距式方程的y=kx+b的k和b def GeneralEquation(first_x,first_y,second_x,second_y): A = second_y-first_y B = first_x-second_x C = second 阅读全文
posted @ 2021-09-21 17:26 newmiracle宇宙 阅读(278) 评论(0) 推荐(0)
摘要: python实现快捷键的方法 import pyautogui import time import keyboard import pyautogui as pag iscanzhixing=1; def test_a(): global iscanzhixing # 只能执行一次 if isca 阅读全文
posted @ 2021-09-18 16:04 newmiracle宇宙 阅读(377) 评论(0) 推荐(0)
摘要: PHP防止上传文件包含木马的方法 1 判断类型是不是图片(别用后缀名判断) $xiangmupath = $this->getxiangmupath(); $logo = $xiangmupath . '/images/1/12.jpg'; $imginfo = getimagesize($logo 阅读全文
posted @ 2021-09-09 11:44 newmiracle宇宙 阅读(394) 评论(0) 推荐(0)
摘要: svg放大缩小图片 <g transform="scale(1 1)"><animateTransform attributeName="transform" type="scale" values="1;1;1;1.2;1;1;1" dur="1.2s" repeatCount="indefini 阅读全文
posted @ 2021-09-08 15:45 newmiracle宇宙 阅读(400) 评论(0) 推荐(0)
摘要: svg点击效果不停的换图片 <div class="rich_media_content " id="js_content" style="visibility: visible;"> <section powered-by="yutustudio666" style="line-height: 0 阅读全文
posted @ 2021-09-08 15:17 newmiracle宇宙 阅读(685) 评论(0) 推荐(0)
摘要: svg点击出票效果 <section powered-by="yutustudio666" style="line-height: 0;overflow: hidden;pointer-events: none;" data-mpa-powered-by="yiban.io"> <section p 阅读全文
posted @ 2021-09-08 14:59 newmiracle宇宙 阅读(180) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 98 下一页