-
### 问题确认 Search before asking
- [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer.
### 请提出你的问题 Please ask your question
**已完成以下工作:**
1)使用DOTA数据集验证,训练过程正常,训练结果与提供的参考指标…
-
作者您好,在模型训练自己我数据集的时候,在第一个epoch就出现了
2024-08-31 09:14:18,846 - mmdet - INFO -
Average Precision (AP) @[ IoU=0.50:0.95 | area= all | maxDets=100 ] = 0.000
Average Precision (AP) @[ IoU=0.50 …
-
Hi, I strictly followed the installation instructions. But I always met this problem using the mmdetection v0.13.0 with the files in ../mmdet3d_full.
'
File "MUTR3D/mmdetection3d/mmdet3d/ops/iou_…
-
I saw the note in the readme about slower convergence and thought I'd try to help. These are the potential issues I've seen, though there may be others as well.
### BoxMatcher:
- When doing nor…
-
yolov8x-seg训练结果分割得分全为0,但是box有得分,经过检查,配置文件` --task = segment` ,且数据集经其他模型检验是没有问题的。改动过的部分是`--anchor_base True `需要 超参`obj`。所以我设定了obj,但是我即使设定`--anchor_base False `,也没有解决当前问题。
配置信息如下
```
2024-10-30 …
-
maskrcnn训练自己的数据小目标非常非常差,检测不出来
auto_scale_lr = dict(base_batch_size=32, enable=False)
backend_args = None
data_root = 'D:\\Program Files\\mmdetection\\mmdet\\data\\keii\\'
dataset_type = 'KeIIDatas…
-
Hi, yukang @yukang2017, yanwei @yanwei-li,
I am confused about the iou related loss you used in dense head(`IoULossSparse` and `IoURegLossSparse`). I reproduce your model on my devices, but I find `I…
-
Thank you for open sourcing the data and code for UReader. I used `scripts/train_it_v100.sh` to train UReader. However, I was unable to reproduce the benchmark results.
Pretrained checkpoint: [MAGA…
-
1. 安装官网教程测试图像分类没有任何问题,自己测试目标识别出现问题,执行代码如下:
![微信图片_20240718103926](https://github.com/user-attachments/assets/7151813e-43dc-45c0-bdaa-b0b2dc0221a3)
加载dockers:
docker run --name paddlex -v /model_p…
-
**Describe the bug**
When using ViT as a backbone in Faster R-CNN, the bbox mAP is always 0 during validation, even though the training loss is decreasing normally. The training shows normal loss val…