-
My program needs to train in a general method like this:
```
datasets = [build_dataset(cfg.data.train)]
train_loader = build_dataloader(
datasets[0],
cfg.data.samples_per_gpu,…
-
## 综述
- STOA papers with code [[url]](https://paperswithcode.com/sota/object-detection-on-coco)
- 【DeepLearning综述】 DeepLearning Detection 综述 [[blog]](https://bryce1010.blog.csdn.net/article/det…
-
##### System information (version)
- OpenCV => 3.4.9-dev
- Operating System / Platform => Ubuntu
##### Detailed description
Layer implementation of few layers that are needed to load Object …
-
There are two branches in the framework, one is TSD, and the other is sibling head. On my own data set, TSD performance is better, but the sibling are not good. What are the possible reasons for this?…
-
**my commmand is**
python tools/train.py ./configs/detectors/detectors_cascade_rcnn_r50_1x_coco.py
**the info is**
Traceback (most recent call last):
File "tools/train.py", line 153, in
…
-
**Bug Description**
I am trying to implement DetectoRS with own custom dataset, and I am getting an error which is
_AttributeError: 'NoneType' object has no attribute 'squeeze'_
**Reproduction…
-
I am using Mmdetection version 2.4.0 in google colab and using the Cascade Maskrcnn model for object detection using a custom dataset. From the Config file, I am taking the `cascade_rcnn_hrnetv2p_w32_…
-
hi,i'm trying to implement **mask_rcnn** on **colab** for a **custom dataset(GWHD)** provided in coco style(json file) with config below:
> model = dict(
> type='MaskRCNN',
> pretrained='…
-
when i run python tools/train.py ./configs/faster_rcnn/faster_rcnn_r50_fpn_1x_coco.py
i first create VOCdevkit---VOC2007 and it includes annotations imagesets and JPEGImages,
then i change fas…
-
I use `soft_teacher_faster_rcnn_r50_caffe_fpn_coco_full_720k.py` to start train process, but got KeyError problem, since I don't have `unlabeled2017` , I use `train2017` as labeled data, and use `val2…