-
Dear mmlab team,
I am writing to inquire about the compatibility of mmdetection with the latest version of mmcv (2.2.0) and its support for PyTorch 2.3. This concern is heightened by the recent sec…
-
I am trying to train instance segmentation model with mmdetection using dataset and I got this error
`TypeError: 'numpy.float64' object cannot be interpreted as an integer`
I want to segment with…
-
"Clone this repository and Copy the python file to the appropriant dia
It can be set up a directory with any name in "Label-Studio-Ml-Backend-Master \ Label_Studio_ml", and then put "label_studio_y…
-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmcv/issues) and [Discussions](https://github.com/open-mmlab/mmcv/discussions) but cannot get the expected help.
- [X] Th…
-
I loaded the SAM back-end in the background, and successfully connected the reasoning model in the front page. However, when marking, the sam reasoning model could not be automatically recognized acco…
-
Hello, I plan to extract the model as the backbone of my project under the mmdetection framework. The downstream task is object detection. Please What should I do to achieve it?
-
I'm trying to do MMdetection, what library do I need?
My environment is as below. How should I match Cuda 12.5, mmcv version?
-
Hi! Really appreciate your work. But can you guide? How can I run your model on CPU. Any help or suggestion will be appreciated. Or kindly share the requirement.txt file.
-
I run the command: python tools/test.py
but appear an error :ImportError: cannot import name 'init_dist' from 'mmdet.apis' (/home/yu/Downloads/mmdetection/mmdet/apis/__init__.py)
how to solve the …
-
Nice work.
I am attracted by your work, and I am trying to replace my model's original FPN by EFPN, which is developed with MMdetection.
Is it able to realize it by mmdetection?THis module will be i…