PaddleDetection icon indicating copy to clipboard operation
PaddleDetection copied to clipboard

Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object tracking and real-time multi-person keypoint detection.

Results 513 PaddleDetection issues
Sort by recently updated
recently updated
newest added

### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question 跑pp-human给的模型,进行推理,只要加上gpu就报错,跑的命令是 ![image](https://user-images.githubusercontent.com/32315802/191642689-ebd4a543-9d5d-4653-9fc9-989df9e9f3aa.png) ,去掉device=gpu就可以顺利进行,报错如下: ![image](https://user-images.githubusercontent.com/32315802/191642807-47a3afbf-392b-4a00-8f67-6cbfe1391652.png)

### 问题确认 Search before asking - [x] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question ppyoloe-l可以压缩,但对yolox_s压缩时出错 1、执行以下代码得到转换后的模型 python tools/export_model.py \ -c configs/yolox/yolox_s_300e_coco.yml...

### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question 在页面介绍中看到与飞行器跟踪的案例动态图,请问在哪里可以找到相应的数据集和跟踪设置代码呢,非常感谢。

### 请提出你的问题 Please ask your question 用 paddle 官方的 infer_yolov3.py 做推理,yolov3的模型就没问题,yolox 就会报错下面的日志,请问下是哪块需要专门配置吗?搜了各种答案都找不到 ## 堆栈如下 Traceback (most recent call last): File "infer_yolov3.py", line 132, in result = run(pred, [im_shape, data, scale_factor])...

### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question 例如,我的模型是检测猫和狗的,在我预测一张图片后,能否将猫和狗的部分单独切分出来,并且放入两个不同的文件夹?

### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question Python 3.8.13 paddledet 2.5.0 paddlepaddle-gpu 2.2.2.post112 ```...

### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question python deploy/pipeline/pipeline.py --config deploy/pipeline/config/infer_cfg_pphuman.yml --camera_id=0 --device=gpu 显示...

### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question ppyoloe训练报错ValueError: Target *** is out of upper...