-
I just wanna train on coco2014 and I got the error like below:
And I have modified the config file ann_file="data/coco/annotations/instances_train2014.json"
```
Traceback (most recent call last):…
-
**Checklist**
1. I have searched related issues but cannot get the expected help.
2. I have read the [Prepare a config](https://mmdetection.readthedocs.io/en/latest/user_guides/train.html#prepare-…
-
I want to evaluate the semantic segmentation (not instance segmentation) result of HTC by mIoU on COCO.
How can I do that ?
-
I use "solov2_r101_fpn_8gpu_3x.py" to train my own dataset, I have two classes including 'block' and 'other'. But all the detections only detect one class 'block' in my model and there was no error w…
-
`AttributeError Traceback (most recent call last)
in
5 import torch
6 from mmcv import Config
----> 7 from mmdet.apis import inference_detector, init_detector, show_resu…
-
## Instructions To Reproduce the Issue:
I want to train the panoptic segmentation model on a custom data set, however, before I prepare my own custom data set I wanted to make sure that the trainin…
-
### 问题确认 Search before asking
- [X] 我已经查询[历史issue](https://github.com/PaddlePaddle/PaddleDetection/issues),没有发现相似的bug。I have searched the [issues](https://github.com/PaddlePaddle/PaddleDetection/issu…
-
I'm building the project on a Jetson Orin Nano board with following configuration:
![image](https://github.com/facebookresearch/Mask2Former/assets/52484751/688ef8e9-81de-4fbf-bd9a-acc047a7f604)
I …
-
According to [COCO Evaluation Metrics](http://cocodataset.org/#detection-eval), APs can be reported based on small, medium and large-scale objects. These AP Scales are strictly predefined as objects s…
-
Hi,
I am training a custom dataset class with **num_classes=1**.
My exp script:
```
class Exp(MyExp):
def __init__(self):
super(Exp, self).__init__()
self.num_classes…