-
**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…
-
Hi,
I have a question and a request:
Q:Without deconvolution layers,do you think it is helpful to detect the small objects just using Resnet model instead of VGG model?
R:Could you share your t…
-
Hi there,
I've previously used MMDet v2 and now have switched to v3 to retrain a MaskRCNN model on a custom dataset. Some background info about my dataset and the adaptations made to customize thin…
-
我使用的是PaddleDetection 2.7,PP-YOLOE-R训练自定义数据集报错如下:not found any coco record in coco/annotations/voc_train.json。其中,在json文件中,segmentation是旋转框的标注内容,bbox缺省。想问一下怎么解决该问题,bbox是必须要填内容吗,但我不需要bbox呀。…
-
### 问题确认 Search before asking
- [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer.
### 请提出你的问题 Please ask your question
训练时使用如下命令python train.py -c configs/arsl_fcos_r…
-
Hello! The pre-trained model I load was trained by "epoch", so detectron2 can't recognize it. Then I met following error:
### ValueError: Unsupported type found in checkpoint! epoch:
Anyone met thi…
-
- i run the scripts use you main result models ,but get error :
```
/home/rjw/anaconda3/envs/tf1.8_torch0.4_py3.5/bin/python /home/rjw/desktop/maskrcnn/PANet-master/tools/infer_simple.py --dataset…
-
So I have managed to get RP runnning on BW everything seemed to be working until it gets stage 3 in the workflow and then i get the following error:
```
2019-02-06 11:39:34,315: radical.entk.task_…
-
**Components**
->This analysis was w.r.t OpenVINO Execution Provider vs MLAS
-> Model used was mlperf_ssd_mobilenet_300 onnx model
-> Tool used to run the model: onnxruntime_perf_test
-> Platform:…
-
I ran upon this error when executing the demo.ipynb: "Coco has no attribute CocoConfig" (altough the coco module was imported successfully)
I searched really long for an answer. Finally, I discovered…