-
thanks for your great repo.
I put **ssd300_scratchdet_coco.py** into folder of mmdetection/configs;
put **ssd_root34_300.py** into mmdetection/mmdet/model/backbones,
and put **ssdbn_head.py*…
-
Hello Mathew, I have converted the CADCD to KITTI format. In order to test 3D and 2D detection models in mmdetection2D and 3D do I need to create config and checkpoint files tailored to the CADCD or c…
-
请问如果想要可视化测试结果的keypoints 跟 bbox,需要怎么弄?
没用过mmdetection,这个结构有点不熟悉
-
Hello, when i run the script: `python -m torch.distributed.launch --nproc_per_node=1 --master_port=29500 tools/analysis_tools/benchmark.py /home/music/Downloads/mmdetection_old/work_dir/weed_faster/fa…
-
### Describe the bug
A clear and concise description of what the bug is.
使用mmrazor/main/tools/visualizations/feature_diff_visualization.py对mmdetection中faster-rcnn可视化时,提示需有frame_id,video_len。原因在于…
-
Hi community,
I have set the `load_from` flag like:
`load_from = '/app/src/mmdetection/checkpoints/mask_rcnn_r50_caffe_fpn_mstrain-poly_3x_coco_bbox_mAP-0.408__segm_mAP-0.37_20200504_163245-42aa3d…
-
### Checklist
- [ ] I have searched related issues but cannot get the expected help.
- [ ] 2. I have read the [FAQ documentation](https://github.com/open-mmlab/mmdeploy/blob/master/docs/en/faq.md) bu…
-
We keep this issue open to collect feature requests from users and hear your voice. Our monthly release plan will be updated in different issues.
In this issue, you can either:
1. Suggest a new fe…
-
i'm implementing soft-teacher without mmedetection tools and have some questions
i don't clearly understand the structure.
In training teacher model get soft_auged img and student get hard_auged …
-
您好,我在进行可视化操作时出现以下报错信息,请问是为什么呢?
'NoneType' object is not subscriptable
File "/data/LiTing/MMdet/interpretation/gradcam.py", line 207, in __call__
gradient = self.gradient[0] # [C,H,W]
File …