-
Thanks for your error report and we appreciate it a lot.
**Checklist**
1. I have searched related issues but cannot get the expected help.
2. The bug has not been fixed in the latest version.
…
-
I promise that i have install mmdetection 2.6.0 correctly.
I download the coco dataset and put it at a correct position.
Then I try to train them with a faster rcnn model.
The config file that I …
-
# Overview
v0.7 is brings many major features. The community works together to refactor the internal code base to bring an unified IR code structure with unified IRModule, type system and pass infr…
-
`(ruyiwei) [yiwei.ru@localhost Slowfast]$ python tools/test_net.py
Traceback (most recent call last):
File "tools/test_net.py", line 14, in
from slowfast.models import model_builder
File …
-
when I change the RPNhead to GARPNHEAD. The loss Growing very fast in 1 Epoch The eighth time。
-
I try to train Faster RCNN with scl module and use mmdetection default config faster_rcnn_r50_fpn_1x_coco.py.(Both with FPN) But I cannot get improvement, reimple-faster-rcnn coco-AP 37.3 vs reimple-f…
-
Hello.
I am training Mask R-CNN for my own dataset using same format MS COCO Dataset.
The only difference is the number of classes is 2 (means single class).
I only want find a single object in o…
-
**Describe the bug**
CUDA error: an illegal memory access was encountered still exists when using roi pooling
**Reproduction**
```
CUDA_LAUNCH_BLOCKING=1 python tools/train.py configs/da-faster-…
-
I have a data set of aerial images. I converted this data set into COCO format and started training. However, at a certain stage of the training, I get the following error. Is there a solution for thi…
-
**Notice**
There are several common situations in the reimplementation issues as below
1. Reimplement a model in the model zoo using the provided configs
2. Reimplement a model in the model zoo o…