Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object tracking and real-time multi-person keypoint detection.
问题确认 Search before asking
我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer.
请提出你的问题 Please ask your question
我写了一个自定义的metric方法,在update方法部分,我需要将分布在不同gpu上的input和output的tensors聚合在一起,
(1)当使用paddle.distrib...
问题确认 Search before asking
我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer.
请提出你的问题 Please ask your question
我是用maskrcnn_r50_fpn_2x_coco.yml训练模型时。eval阶段bbox正常,segm从开始一直都是0
请问这是怎么回事,是我配置文件设置的问题么?
问题确认 Search before asking
我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer.
请提出你的问题 Please ask your question
我用ppyoloe-r-s进行dota数据集的训练,配置是这样的:
单卡3090,批次为2,学习率改为了0.002,其他设置是默认的,采用的数据集也是百度老师...
问题确认 Search before asking
我已经查询历史issue,没有发现相似的bug。I have searched the issues and found no similar bug report.
Bug组件 Bug Component
Other
Bug描述 Describe the Bug
在develop 中 安装后检测过程中运行python ppdet/modeling/tests/test_architectures.py报错:在正式分支中不会报错
grep:...
问题确认 Search before asking
我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer.
请提出你的问题 Please ask your question
在HybridEncoder里,input_proj已经把所有level的feat处理成了256维,而且紧接着的FPN处理的都是降维后的feat。但是到了后面的transformer部分...
问题确认 Search before asking
我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer.
请提出你的问题 Please ask your question
您好,我想用coco的数据去训练人体检测模型,但是其标签中有一项iscrowd的标志,在存在密集人群时,iscrowd=1,那么训练ppyoloe-plus时,遇到...
问题确认 Search before asking
我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer.
请提出你的问题 Please ask your question
好像只看见了esnet scale为1 和0.75和1.25的channel_ratio,但是为0.5的没有,不知道怎么写,请问一下0.5时的channel_ratio的数量是怎么样的,...
问题确认 Search before asking
我已经查询历史issue,没有发现相似的bug。I have searched the issues and found no similar bug report.
Bug组件 Bug Component
Deploy
Bug描述 Describe the Bug
摔倒检测-相同数据,使用cpu可以检测到摔倒位置,gpu无法检测到摔倒位置
1、PaddleDetection-release-2.6
如下命令:输出...