MzeroMiko / VMamba

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

using vmamba detection in my owm model #268

Open 5nmPlus opened 1 month ago

5nmPlus commented 1 month ago

If I want to use vmamba as the detection of my own model, What do I roughly need to do? (I will simply run and use the mmdetction framework, can I use it without mmdetction?)

MzeroMiko commented 1 month ago

VMamba is simply a backbone which is not tightly bounded to mmdetection.

If you can use Swin or ResNet to be the backbone of your detection framework, then the same to VMamba.