-
### Prerequisite
- [X] I have searched [the existing and past issues](https://github.com/open-mmlab/mmdetection/issues) but cannot get the expected help.
- [X] I have read the [FAQ documentation](htt…
-
When trying to export `faster_rcnn_regnetx-3.2GF_fpn_1x_coco` I get the following:
## Command
```
python mmdeploy/tools/deploy.py \
mmdeploy/configs/mmdet/detection/detection_coreml_static-8…
-
**System information**
- Have I written custom code (as opposed to using a stock
example script provided in TensorFlow): Yes
- OS Platform and Distribution (e.g.,
Linux Ubuntu 16.04): MacOSX
- T…
-
I have an image, and I take a crop from the image. Now I find a bounding box in that crop (top-left of crop is 0,0). I know the position of the crop in original image. Can you add a feature to map thi…
-
## 🚀 Feature
Implement Distance and Complete IoU within torchvision to complement the current supported implementations of IoU and GIoU
## Motivation
Distance and Complete IoU have been published…
-
https://github.com/open-mmlab/mmdetection/blob/3e2693151add9b5d6db99b944da020cba837266b/mmdet/datasets/xml_style.py#L150,
I think he should be consistent with Coco.
https://github.com/open-mmlab…
-
Hi! So glad that you released the pretrain code on Refcoco Datasets.
And, in [datasets/refexp.py](https://github.com/wjn922/ReferFormer/blob/main/datasets/refexp.py) Line 168/169, you divided origina…
-
## Instructions To Reproduce the Issue:
I'm trying to train model on the CityScapes by using [sample](https://detectron2.readthedocs.io/en/v0.2/_modules/detectron2/data/datasets/cityscapes.html), b…
-
Could the authors(@fyu) kindly verify this?
I downloaded the latest annotations of instance segmentation along with the latest image set and wanted to train mask-rcnn.
I notice that there are no ins…
-
Hi Jonas,
Thanks for your contribution! I noticed that the work supports pretraining on the refcoco dataset. From the code, it seems that it uses a coco-format refcoco dataset for data loading. Is …