-
你好,我想用ppyolo导出图像的实体特征用于其他任务的训练,看了下源码应是对应 yolo.py中的 for_mot参数,尝试了下最新版本的ppyoloe模型,发现在调用infer.py时候会报错“AttributeError: 'PPYOLOEHead' object has no attribute 'mask_anchors'”,是因为ppyoloe模型不支持这个功能么?
-
i do traning on cutstom dataset and i got this error
```
`[07/11 22:24:10 detectron2]: Running with full config was omitted.
[07/11 22:24:10 detectron2]: Full config saved to ./output/config.yaml
…
-
请问一下,PaddleDetection检测瑕疵用哪些模型?还有就是用LabelME进行标注的时候,那些OK品该如何标注?
-
## 📖 文档优化/Documentation Improvement 咨询关于PP-YOLO模型页面的超参数设置问题
**请简单说明文档存在问题/Please provide a concise and brief description of the documentation problem:**
PP-YOLO 模型页面
提到的PP-YOLO tiny模型的320和416尺寸,…
-
## 🚀 新功能/Feature
请问PP-YOLO什么时候能支持旋转矩形框的检测?
zf900 updated
2 years ago
-
## 📖 文档优化/Documentation Improvement
PaddleDetection/configs/ppyolo/README_cn.md中PP-YOLO 轻量级模型下 **FAQ** 的链接失效
-
PP-YOLO
使用PP-YOLO的ResNet18vd
原档anchors如下:
anchors: [[10, 14], [23, 27], [37, 58], [81, 82], [135, 169], [344, 319]]
使用anchor_cluster.py生成anchors如下图
生成命令: python anchor_cluster.py -c annotation…
-
我用pp-yolo-v2训练自己的数据集,数据集格式是coco类型,报以下错误
SystemError: (Fatal) Blocking queue is killed because the data reader raises an exception.
[Hint: Expected killed_ != true, but received killed_:1 == true:1…
-
pp-picodet模型如何进行蒸馏剪裁联合策略训练?
-
Hi,
I would like to detect the person in an image and classify the person(i.e. chef, soldier, ...).
So, I firstly use a pp-yolo for detection. Then get the patch based on the person's bbox. At l…