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 之前用paddlex进行目标检测,效果不错,但是一旦想要识别指针之类的计算角度的东西就好像不好用了,查了以下是不是可以用paddleDetection的关键点识别计算角度。目前需求是在一张图片合中先框出带检测物体然后计算他指针的转角,我用labelme标注时一块把框和关键点标了,请问接下来该如何转成detection需要的格式以及如何训练,貌似配置config挺麻烦的,文档看的不是很明白,因为不是人体关键点检测,也没有具体的例子,希望paddde能有个简单的例子。还有我看文档预测时参数里有检测模型和关键点模型,目标检测模型是单独训练的吗。

### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question 预测所有的 目标跟踪 模型都会报: OSError: (External) CUDA error(719),...

### 问题确认 Search before asking - [X] 我已经查询[历史issue](https://github.com/PaddlePaddle/PaddleDetection/issues),没有报过同样bug。I have searched the [issues](https://github.com/PaddlePaddle/PaddleDetection/issues) and found no similar bug report. ### bug描述 Describe the Bug 或者使用一张黑图,用mask rcnn模型去infer一下 在静态图infer中,我这样改就不会报错了 ### 复现环境 Environment _No...

### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question 请问Picodet训练完毕后, 我的模型结构在最终输出时有8个输出部分, 请问这个些数据如何利用python解析出来并完成图片检测框的绘制呢? ![image](https://user-images.githubusercontent.com/61443763/181418975-c5fd207f-32eb-4366-a52c-c77c943efe66.png)

### 问题确认 Search before asking - [X] 我已经查询[历史issue](https://github.com/PaddlePaddle/PaddleDetection/issues),没有报过同样bug。I have searched the [issues](https://github.com/PaddlePaddle/PaddleDetection/issues) and found no similar bug report. ### bug描述 Describe the Bug trt_logger = trt.Logger(trt.Logger.VERBOSE) # trt.Logger.ERROR builder =...

### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question ppyolo_mbv3_large_coco模型转化为onnx后infer_shapes失败,报如下错误: `onnx.onnx_cpp2py_export.shape_inference.InferenceError: [ShapeInferenceError] (op_type:Gather, node name: Gather_12):...

### 问题确认 Search before asking - [X] 我已经查询[历史issue](https://github.com/PaddlePaddle/PaddleDetection/issues),没有报过同样bug。I have searched the [issues](https://github.com/PaddlePaddle/PaddleDetection/issues) and found no similar bug report. ![2](https://user-images.githubusercontent.com/53806323/180641866-cb035324-b41b-4024-b1bf-031234cc5da2.jpg) ### bug描述 Describe the Bug solov2训练后预测结果矩阵有问题 ### 复现环境 Environment ![2](https://user-images.githubusercontent.com/53806323/180641866-cb035324-b41b-4024-b1bf-031234cc5da2.jpg) 这是为什么?...

Repository to use PP-YOLOE model on NVIDIA DeepStream SDK Link: https://github.com/marcoslucianops/DeepStream-Yolo #### Config ``` board = NVIDIA Tesla V100 (AWS: p3.2xlarge) network-mode = FP16 batch-size = 1 sample = 1920x1080...

feature request

### 问题描述 Please describe your issue Traceback (most recent call last): File "tools/infer.py", line 178, in main() File "tools/infer.py", line 174, in main run(FLAGS, cfg) File "tools/infer.py", line 135, in...

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