-
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 …
-
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!
-
When I use “torchsummary.summary(model)” in test.py. It give me TypeError:forward() missing 1 required positional argument: 'img_metas'. How can I solve this question? Thanks a lot!
cyy18 updated
2 years ago
-
### Branch
master branch https://mmrotate.readthedocs.io/en/latest/
### 📚 The doc issue
test.py生成的图片,如何将上面的置信度值给去掉
### Suggest a potential alternative/fix
_No response_
-
Hi, I used mmtracking v1.0.0rc1 to train on my custom dataset.
The program I used was strong sort, and the dataset format was MOT.
The training process went smoothly and without any errors. However,…
-
Hello
How are you?
I am using the latest released version (3.2.0) of mmdetection.
I found that there is an issue in test_pipeline of RTMDet config file.
![image](https://github.com/open-mmlab/mm…
-
How to visualize final result? Feed single image and visualize?
-
There is only YOLOX_X version for bytetrack now, but the inference time of YOLOX_X version is really slow in a consumer-level GPU. I wonder is there any plan for implementing some light models e.g., b…
-
I've encountered an issue that I haven't been able to resolve despite researching various articles. I'm using mmdet for instance segmentation on my custom dataset and I have modified the MetaInfo in "…
-