MzeroMiko / VMamba

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

mmdet2.x #128

Open YH-2023 opened 4 months ago

YH-2023 commented 4 months ago

How do I backwards compatible with lower versions of mmdet2.x?

MzeroMiko commented 4 months ago

I did not try mmdet2.x myself, but I've heard someone had successfully run it on mmdet2.x.

Besides following the instructions in official sites of openmmlab, I recommend you reading the detection/model.py, as it is the only file that related to mmdet when utilizing VMamba as detection backbone.

YH-2023 commented 4 months ago

I did not try mmdet2.x myself, but I've heard someone had successfully run it on mmdet2.x.

Besides following the instructions in official sites of openmmlab, I recommend you reading the detection/model.py, as it is the only file that related to mmdet when utilizing VMamba as detection backbone.

My running environment: mmdet 2.8.0 mmcv 1.3.0 cuda 11.1 torch 1.8.0 But I got an error: image When I install an earlier version of cpython, I still get errors.

MzeroMiko commented 4 months ago

can you show me what ERROR you encountered specifically?