-
This issue merely serves as a tracker. Please update it when the code and models are added for https://arxiv.org/abs/1810.08425
-
I have two questions related to instance segmentation model training
- Does mmdetection iscrowd tag while training?
- Is training faster when annotation is polygon or when it is RLE?
-
![image](https://github.com/hustvl/VMA/assets/18326564/426e18a6-7bdd-4a31-9dcc-68fe35eb38b4)
Hi, in sd_driviing_line_dataset.py, if instance_class == "lane", the category of curb is 6, but the curb …
-
# Welcome update to OpenMMLab 2.0
I am Vansin, the technical operator of OpenMMLab. In September of last year, we announced the release of OpenMMLab 2.0 at the World Artificial Intelligence Conferenc…
-
Current mlflow logger doesn't support metrics logging from `CocoMetric`'s `proposal`:
**Metrics**
```yaml
val_evaluator:
ann_file: ${data_root}/equifish_annotations/valdataset_toy.json
type…
-
### Checklist
- [X] I have searched related issues but cannot get the expected help.
- [X] 2. I have read the [FAQ documentation](https://github.com/open-mmlab/mmdeploy/tree/main/docs/en/faq.md) but …
-
感谢您提供优质的代码!
我将roi_align单独抽出来在我的项目中使用了,它的速度非常快,代码也十分易懂。
但是我的训练常常会停滞很长时间,我考虑到可能在我的项目中box常常会出现在image范围之外。我想请教一下roi_align在处理box在image之外这种情况的措施。
一共有三种情况
1. 正常情况在image内,速度很快
2. 有一部分在image内
3. 完全不在imag…
-
In the lastest upadate, mmdet introudces `MultiDataAspectRatioBatchSampler`. https://github.com/open-mmlab/mmdetection/blob/fe3f809a0a514189baf889aa358c498d51ee36cd/mmdet/datasets/samplers/batch_sampl…
-
https://github.com/open-mmlab/mmdetection/blob/4bd4ace53a626659070204236da5b8e14ae9cd08/mmdet/models/dense_heads/centernet_head.py#L229
Hi, I do not understand why change the min_overlap value, Could…
-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmdetection/issues) and [Discussions](https://github.com/open-mmlab/mmdetection/discussions) but cannot get the expected …