-
### Expected results
No errors in console, successfully parsed images
### Actual results
```
$ python tools/infer_simple.py --cfg configs/12_2017_baselines/e2e_mask_rcnn_R-101-FPN_2x.yam…
-
**Describe the bug**
Hello, I'm trying to verify a provided config, by running `python configs/ssd/ssd300_coco.py`. However, I'm getting an error an error where the _base_ object is being treated as …
-
when I try to run iMTFA's second training stage using configs/coco-experiments/mask_rcnn_R_50_FPN_ft_fullclsag_cos_bh_base.yaml, how can i get the model_reset.pth
-
Hi, Meta R-CNN is an amazing method for solving the low shot learning. But, having read the code, I have a question about that how can I trian the model on coco dataset based on low shot? It seems ex…
-
If I want to evaluate the RD function of a given image dataset, why the code should train on a different dataset, like coco?
-
i have used your COCO-to-PP-YOLOE-R for coco_datasets, but i have this error:
Traceback (most recent call last):
File "tools/train.py", line 202, in
main()
File "tools/train.py", line 1…
-
Dear author, I would like to ask what may cause the following problems in the process of generating support sets when running your code:
python datasets/coco/2_gen_support_pool.py
[u'info', u'lice…
-
# Quantified with the Yolov5 model, the MAP@0.5 is high(around 0.47), but the detection results are outrageous and unexpected
These days I have tried to do some quantification with yolov5_nano by …
-
### 环境:
Ubuntu18.04
CUDA Capability: 75, Driver API Version: 10.2, Runtime API Version: 10.0
cuDNN Version: 7.3
RTX2080TI
paddle.1.6.1
python3.7
paddel.models版本为develop
数据集用的https://aistudio…
-
1. I notice that in fine-tune stage, the COCO dataset only have one instance per image, despite of there may be number of potential instances, like some image contained chairs, and these instances wit…