-
for example, I want to detect back cat, How to train from scrach or finetune?
in https://github.com/open-mmlab/mmdetection/blob/main/configs/grounding_dino/README.md, can only train scratch or finetu…
-
The conversion overhead here is not negligible and it will slow down training. How about moving this to the data pipeline?
_Originally posted by @tascj in https://github.com/open-mmlab/mmde…
-
hello, i try to figure out what am i doing wrong. I would like to analyse some mask rcnn model predictions created by 'test.py' via 'analyse_results.py' script but i'm getting an error.
**call of t…
-
I test 40 images using mmdetection yolact_r50_1x8_coco model, the average latency time is 199.85ms. It is weird, since I got 18ms using the official YOLACT code. What's the difference between them?
-
### Model/Dataset/Scheduler description
How to replace NMS with WBF in mmdetection v2.22.0+?
### Open source status
- [X] The model implementation is available
- [ ] The model weights are available…
-
### Branch
main branch (1.x version, such as `v1.0.0`, or `dev-1.x` branch)
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmaction2/issues) and [Discussions](https:/…
-
Hello, I only want to run the part of the target detection, that is, the bbox, without running the segmented part of the instance (the data set without segmentation). How should I configure to remove …
-
Well the question says it all. If it does, which I presume that it most probably will, could you please tell me how to do it? Like what changes, if any, am I supposed to integrate?
-
### Branch
master branch https://mmrotate.readthedocs.io/en/latest/
### 📚 The doc issue
test.py生成的图片,如何将上面的置信度值给去掉
### Suggest a potential alternative/fix
_No response_
-
hi, thanks a lot for sharing the model :)
I wonder if you can give some brief instruction on running inferences on new images using your model? Thanks!