-
Hi,
i am using mmdet v2.20.
I have a custom coco dataset with about 2k images with GroundTruth labels.
I train a fasterrcnn and if i only use images with GT Labels everything learns smoothly. …
-
I try to run in Google Colab with 1 gpu but get error.
My command for run:
```
python train.py /content/SoftTeacher/configs/soft_teacher/soft_teacher_faster_rcnn_r50_caffe_fpn_coco_full_720k.py \…
-
Hello, we use the command: python train.py ../configs/faster_rcnn_r152_fpn_TSD_1x.py --work_dir exp/TSD_r152/ --validate to train the network, throwing TypeError: __init__() got an unexpected keyword …
-
Thanks for your error report and we appreciate it a lot.
**Describe the bug**
```none
model = dict(
type='TwoStageDetectorAUGFPN',
backbone=dict(
type='ResNet',
depth=…
-
Traceback (most recent call last): File "tools/train.py", line 187, in main() File "tools/train.py", line 183, in main meta=meta) File "/home/server/文档/DETR2/Swin/mmdet/apis/train.py", line …
-
self._epoch = checkpoint['meta']['epoch']
KeyError: 'meta'
-
Hello, after installing all the recommended packages and successfully runnning inference on demo images with the original scripts, I face a training obstruction.
Old issue similar to #https://githu…
-
Hi,
I just want to run SORT with a custom Dataset, by using the ground truth data as public detection results. So I created an train_det.pkl file which is filled with the ground truth boxes without t…
-
*****************************************
Setting OMP_NUM_THREADS environment variable for each process to be 1 in default, to avoid your system being overloaded, please further tune the variable for…
-
Thanks for your error report and we appreciate it a lot.
**Checklist**
1. I have searched related issues but cannot get the expected help.
2. I have read the [FAQ documentation](https://mmdetec…
99HU updated
10 months ago