-
```
# test.py
from mmdet.apis import init_detector, inference_detector, show_result_pyplot
import mmcv
config_file = '../configs/faster_rcnn/faster_rcnn_r50_fpn_1x_coco.py'
# download the check…
-
# OpenMMLabCamp
OpenMMLab 实战课程上线啦!涵盖5大算法方向,超详细解析~
## AI 实战营简介
AI 实战营是 OpenMMLab 为提升学生和在职开发者的 AI 实践能力推出的特色培养项目,通过线上课程讲解与优秀讲师 1v1 指导,同时配套课后答疑、实战作业帮助开发者快速上手。
本期 AI 实战营(第二期)课程报名通道开启啦!课程内容全面升级,…
-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmdetection3d/issues) and [Discussions](https://github.com/open-mmlab/mmdetection3d/discussions) but cannot get the expec…
-
"C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python.exe" D:/zhjrProjects/source/OpenMMLab/MMDetection/tools/train.py ../configs/balloon/mask_rcnn_r50_caffe_fpn_mstrain-poly_1x_ba…
-
### Checklist
- [X] 1. I have searched related issues but cannot get the expected help.
- [ ] 2. The bug has not been fixed in the latest version.
- [ ] 3. Please note that if the bug-related iss…
-
OpenMMlab has released new version of MMCV 2.0.0 and MMSegmentation 1.0.0 recently, will you migrate from your code to the latest version?
-
Hi, I am a member of OpenMMLab and mainly work for developing MMSegmentation.
This work is very great and if it supported officially, many more people would use it for benchmark, which would promot…
-
Traceback (most recent call last):
File "c:\Users\inference.py", line 89, in
model = init_detector(config_file, checkpoint_file, device = torch.device('cuda:0') if torch.cuda.is_available() e…
-
pip install mmcv-full==1.3.1 -f https://download.openmmlab.com/mmcv/dist/cu101/torch1.5.0/index.html
```
Exception: Not found: 'python/cv2/py.typed'
----------------------------------------
…
-
I'm trying to replace the decoder head of swin transformer, but I got the KeyError and I don't know how to solve it:
```
2023-04-10 14:34:46,693 - mmseg - INFO - Set random seed to 451499853, determ…