Nico
Nico
有时右键菜单丢失,而且一旦出现所有页面都存在这个问题。 Chrome 和 Edge均有遇到过 系统:MacOS Big Sur 11.2 浏览器: Edge 88.0.705.81,Chrome(前一段卸载了,应该也是最新版)
fix #760
fix #760 that mask will have notches at turning point when drawing LineStrip annotation.
**描述这个Bug** 在使用远程桌面的时候,标签的文字不见了,切换回本地的时候是正常的 **重现过程** 重现过程的步骤: 1. 打开 'Microsoft Remote Desktop' 2. 连接远程电脑 3. [可能需要手动重启资源管理器] 3. 标签页文字消失 **截图**  **系统环境:** - 操作系统: [windows 10] - 软件版本: [1.5.5.1]
Closes #14 . Show web page when encountering reCAPTCHA from "Unusual traffic warning".
Due to the network problem in our country, I always get this warning "Unusual traffic from your computer network", which also required me to perform reCAPTCHA validation. After a bit...
How can I change the size limit of upload files? I tried to change of nginx config `client_max_body_size 50m;` to a large size, but it not works. PS: The warning...
DocOwl2 cannot be loaded without flash_attn because the implementation of the compressor mandatorily uses flash attention. This issue causes DocOwl2 to not run on many non-NVIDIA devices. Please consider adding...
### 🔎 Search before asking - [x] I have searched the PaddleOCR [Docs](https://paddlepaddle.github.io/PaddleOCR/) and found no similar bug report. - [x] I have searched the PaddleOCR [Issues](https://github.com/PaddlePaddle/PaddleOCR/issues) and found no...
## Checklist: - [x] 查找[历史相关issue](https://github.com/PaddlePaddle/PaddleX/issues)寻求解答 - [x] 翻阅[FAQ](https://paddlepaddle.github.io/PaddleX/main/FAQ.html) - [x] 翻阅[PaddleX 文档](https://paddlepaddle.github.io/PaddleX/main/index.html) - [x] 确认bug是否在新版本里还未修复 ## 描述问题 准备将PP-DocLayoutV2 通过转换为ONNX,然后转换为OM模型在昇腾芯片上部署。但是发现第一步转ONNX的时候存在问题。 ## 复现 Paddle2ONNX指导文档使用的是inference.json进行ONNX转换,这个命令对于PP-DocLayout_plus-L是可以运行成功的 `paddle2onnx --model_dir=/root/.paddlex/official_models/PP-DocLayout-L --model_filename inference.json --params_filename inference.pdiparams --save_file=./PP-DocLayout-L/inference.onnx --enable_onnx_checker=True`...