Tom 刘

Results 11 issues of Tom 刘

i want to open a remote pdf file ,so i download it first,but some times, the file did not download entirely, so when it be opend ,the app crashed, i...

1:单元测试存在大量编译错误,排除后系统可以运行 2:服务启动后,摄像头配置好推送地址,点击保存,服务就会直接退出,控制台打印一行 Stack overflow.其他什么都没有 3: 不管在哪里加try catch,记录日志,都不会捕获 4:传不了图,很奇怪,挂到了图床上,尴尬... https://riyugo.com/i/2021/04/19/oztqfk.jpg https://riyugo.com/i/2021/04/19/ozabde.png

``` from hyperlpr import pipline as pp import cv2 image = cv2.imread("car/4.png") image, res = pp.RecognizePlateJson(image) print("===================================================") print(res) ``` WARNING:tensorflow:From D:\ProgramData\Anaconda3\lib\site-packages\keras\backend\tensorflow_backend.py:1204: calling reduce_max_v1 (from tensorflow.python.ops.math_ops) with keep_dims is deprecated and...

![image](https://user-images.githubusercontent.com/8056013/68841097-f16af580-06fe-11ea-9354-e5124631e770.png) ![image](https://user-images.githubusercontent.com/8056013/68841179-17909580-06ff-11ea-8e71-859389ef3593.png) ` ``` from hyperlpr import pipline as pp import cv2 image = cv2.imread("car/5.png") image, res = pp.SimpleRecognizePlate(image) print("===================================================") print(res) ``` ` 要怎么修正,求大神指点!

报这个错误了 An unhandled exception occurred while processing the request. ArgumentException: The 'ClientId' option must be provided. Parameter name: ClientId Microsoft.AspNetCore.Authentication.OAuth.OAuthOptions.Validate() Stack Query Cookies Headers ArgumentException: The 'ClientId' option must be...

## 描述问题 按照应用示例中提供的安全帽例子, [安全帽检测](https://github.com/PaddlePaddle/PaddleX/tree/develop/examples/helmet_detection) 使用提供的安全帽数据集进行训练时卡住了,不清楚什么原因,也没有报错, 查看任务栏管理器发现python进程内存占满,磁盘也一直在 读写,没敢动,两天了还是卡在这个地方 ## 复现 ![image](https://github.com/PaddlePaddle/PaddleX/assets/8056013/b16033aa-23db-45ca-a930-0e77f6a193ea) ![image](https://github.com/PaddlePaddle/PaddleX/assets/8056013/3f102fd5-9c2a-42ac-8aad-f33adc0fee32) ## 环境 1. 请提供您使用的PaddlePaddle和PaddleX的版本号 paddlepaddle 2.4.2 paddlex 2.1 2. 请提供您使用的操作系统信息,如Linux/Windows/MacOS windows 10 3. 请问您使用的Python版本是? 3.7 5. 请问您使用的CUDA/cuDNN的版本号是? CPU版

### Magick.NET version Magick.NET-Q8-AnyCPU 13.6.0 ### Environment (Operating system, version and so on) Windows 11 ### Description **when i convert the image to pdf, it genrate the pdf page with...

in FileSystemStore.cs this code always return the first file, so it will generate new file repeatly. ``` private string GetCurrentFile() { var files = Directory.GetFiles(KeysPath.FullName, $"*current*.key"); if (files.Any()) return Path.Combine(KeysPath.FullName,...

**Describe the bug** the sample can't run **To Reproduce** Steps to reproduce the behavior: 1. F5 2.Open the sawgger page 3. Use account/register 4. See error ``` System.InvalidOperationException: Unable to...

### 这个功能解决了什么问题 当前功能只是返回了value, 但是很多时候需要label值进行展示 ### 你建议的方案是什么 返回label值

question