MzeroMiko / VMamba

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

How can I use the another dataset in VMAMBA #249

Open JaggerGu opened 3 days ago

JaggerGu commented 3 days ago

I am so appreciative of the author's contribution, after I learned the frame of mmdetection, I found the VMAMBA didn't have a folder named mmdet, so how can I change the dataset

MzeroMiko commented 2 days ago

Actually, you still need the folder mmdet. When using mmdetection, the recommended way is to create a folder called project as done in mmdet official repo and add everything you need into that folder. For Vmamba, the classification folder and model.py should be included.