MzeroMiko / VMamba

VMamba: Visual State Space Models,code is based on mamba
MIT License
2.11k stars 132 forks source link

Use as a backbone,detection task #267

Open wenqiuL opened 2 months ago

wenqiuL commented 2 months ago

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?

MzeroMiko commented 2 months ago

For mmdetection, you can refer to the code in VMamba/detection for details. If you are using a different dataset which is not included in mmdetection, you can write it according to the guideline of mmdetection and add it into the config file.