Open ameyparanjape opened 2 years ago
The process died with <Signals.SIGKILL: 9>.
There may existed problems in training such as out of memory or run out of cpus.
Besides, there is a issue related, see https://github.com/open-mmlab/mmdetection/issues/3907.
Type of reimplementation - 3) Reimplement a custom model but all the components are implemented in MMDetection - DiscoBox
Checklist
Describe the issue
A clear and concise description of what the problem you meet and what have you done.
Reproduction
Did you make any modifications on the code or config? Did you understand what you have modified? Modified the custom config for custom Coco-style datasets with 6 classes
What dataset did you use? Custom coco style dataset with bbox and segmentation annotations
Environment
python mmdet/utils/collect_env.py
to collect necessary environment information and paste it here.Results
If applicable, paste the related results here, e.g., what you expect and what you get. Expected behaviour - run training and evaluation Error during evaluation
Any help will be appreciated!