-
When I try to start training from my latest checkpoint, process stays stuck indefinitely after index is created. This is the last message the terminal output:
Advance dataloader 26667 steps to skip…
-
Hi @AlexeyAB , when I validate with my test set,
```sh
./darknet detector valid cfg/my-voc.data cfg/my-yolov4.cfg my-yolov4.weights
```
after run above, I got some text file in `results` folder, b…
-
I have noticed that the beginners to this amazing library are often confused by lack of documentation on `config` which is arguably the most important aspect for training these models.
For example,…
-
Hello,
I'm working with custom dataset on a keypoint detection task and I'm interested in applying OKS metric to my results. Section 1.3 in [https://cocodataset.org/#keypoints-eval](url) describes…
-
when i try to train maskrcnn model using my own dataset with below config:
(refer to https://mmdetection.readthedocs.io/en/latest/user_guides/train.html#train-with-customized-datasets)
_base_ = […
-
Hello,
Thank you for creating the repository with so much detail.
I am trying to train on a custom dataset
number of class = 1
img size = 416
Setting Arguments.. : Namespace(cfg='config/gaussia…
-
Hi all !
I am trying to train mmdetection with my custom dataset :
here is my config file :
```
# The new config inherits a base config to highlight the necessary modification
_base_ = 'mask_…
-
do you have python api like mmdetection that easily allows you to configure new dataset and modify configuration using code?
in mmdetection you can do something like:
@DATASETS.register_module()…
-
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. I have read the [FAQ documentation](https://mmdetec…
-
When training the mask2former neural network, I often encounter sudden enlargement of GPU memory and overflow errors. Instead of running steadily with a fixed value, I execute DETR, When DeformableDET…