-
**PaddleDetection team appreciate any suggestion or problem you delivered~**
请教一下老师,模型训练的时候,只有两种目标,class id应该只有0和1两个,为什么最后预测出来的序号不是0和1,而且4,5,6,而且还是三个类别呢?
图1和图2是模型训练的类别:red和green两类。
![微信图片_2021102…
-
🚀 PP-YOLOE是基于PP-YOLOv2的卓越的单阶段Anchor-free模型,超越了多种流行的yolo模型,更多细节可以参考[**PP-YOLOE文档**](https://github.com/PaddlePaddle/PaddleDetection/blob/release/2.4/configs/ppyoloe/README_cn.md)以及技术报告[**PP-YOLOE论文**]…
-
目标检测
为什么不加Faster RCNN 模型
是怕Faster RCNN识别率 超过 RT-DETR ppyolo 吗
-
我看介绍文件上说精度有50%,是不是有点低啊?
-
### 问题确认 Search before asking
- [X] 我已经查询[历史issue](https://github.com/PaddlePaddle/PaddleDetection/issues),没有报过同样bug。I have searched the [issues](https://github.com/PaddlePaddle/PaddleDetection/issue…
-
### 问题确认 Search before asking
- [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer.
### 请提出你的问题 Please ask your question
when I export inference model with following co…
-
Help me please to rewrite this training code for the classification task with ResNet18 model on my own custom dataset.
Dataset structure:
train: images + csv label file
val: images + csv label file…
-
### 问题确认 Search before asking
- [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer.
### 请提出你的问题 Please ask your question
scores = outputs['bbox'][:, 1].numpy()
Runtime…
-
What is it means?
-
Does anyone know where should we add the coord conv layers if we do regression task?