BIAN WENJING

Results 7 issues of BIAN WENJING

我尝试在图像预处理中使用opencv添加识别和旋转图像功能,分别是: def detect_and_rotate_image(image_path): # 读取图像 image = cv2.imread(image_path) gray = cv2.cvtColor(image, cv2.COLOR_BGR2GRAY) blur = cv2.GaussianBlur(gray, (3, 3), 0) adaptive = cv2.adaptiveThreshold(blur, 255, cv2.ADAPTIVE_THRESH_GAUSSIAN_C, cv2.THRESH_BINARY_INV, 15, 4) cnts = cv2.findContours(adaptive, cv2.RETR_TREE,...

#### 问题描述 / Problem Description 写完了功能,需要把项目给非开发岗的同事用,但是打包后应用程序无法使用,报错No module named 'paddleocr'。文件配置如下: #### 运行环境 / Runtime Environment spec # -*- mode: python ; coding: utf-8 -*- block_cipher = None a = Analysis( ['server.py'],...

报错:from cnocr.trainer import OcrTrainer里的OcrTrainer Cannot find reference 'OcrTrainer' in 'trainer.py' 但是我在查询模块的时候,是具备这个trainer的: (.venv) PS D:\Python_model\vcodeocr> dir D:\Python_model\vcodeocr\.venv\Lib\site-packages\cnocr 目录: D:\Python_model\vcodeocr\.venv\Lib\site-packages\cnocr Mode LastWriteTime Length Name ---- ------------- ------ ---- d----- 2024/6/24 17:19 classification...

## Describe the bug Hello, my friends: I have just started learning how to develop large language models and am interning at a small company with only 11 people. I...

community-discussion

**Before submitting a bug, please make sure the issue hasn't been already addressed by searching through the [FAQs](https://ai.meta.com/llama/faq/) and [existing/past issues](https://github.com/facebookresearch/llama/issues)** ## Describe the bug ### Minimal reproducible example ```python...

Hello: I downloaded llama3 and 8B models from Github, but encountered problems when setting up the virtual environment. After installing the requirements toolkit, the generation.py and test_tokenizer.py have "from llama.tokenizer...

### Is there an existing issue for the same bug? - [X] I have checked the existing issues. ### Branch name Can't connect to MySQL server on '127.0.0.1' ([Errno 111]...

bug