-
**Describe the bug**
when trying to train my model with customized dataset, there is an Assertion failed,
`cv2.error: OpenCV(4.1.2) /io/opencv/modules/core/src/copy.cpp:1170: error: (-215:Assertion …
-
**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…
-
**Checklist**
1. I have searched related issues but cannot get the expected help.
2. I have read the [FAQ documentation](https://mmdetection.readthedocs.io/en/latest/faq.html) but cannot get the e…
-
Current code has dependency on COCO format at various stages:
1- JSON file should be similar to COCO even though sequence/number of keypoints can be different.
2- pkl should be same
3- data loading…
-
Hallo Team,
I was training the hrnet model and trying to improve the accuracy of model since trained the model too many times and it may lead to overfitting.
I would like to know if there is a …
-
I have already tried tiny and small version, none of them can run.
When train without pretrained weight, it is works *fine*, but time is a problem.
The following is the configs :
```
model = dict(…
-
I am trying to train Instance segmentation on my custom dataset of two classes (1,2), But I end up with an internal torch error in dataloader. I have attached the trace below for the same.
```…
-
Using the baseline for fully labeled data was training. But then, when I try to train [soft-teacher](https://github.com/microsoft/SoftTeacher) with the following command,
```
bash tools/dist_train_…
-
**Checklist**
1. I have searched related issues but cannot get the expected help.
2. I have read the [FAQ documentation](https://mmdetection.readthedocs.io/en/latest/faq.html) but cannot get the e…
-
I am using this model for custom training on my dataset in Colab. As I started training , got the error-
Traceback (most recent call last):
File "/usr/local/lib/python3.7/dist-packages/m…