MzeroMiko / VMamba

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

What's the imgsize in detection task? #240

Open GloamXun opened 1 week ago

GloamXun commented 1 week ago

I didn't find the configuration about imgsize in detection task. I saw the COCO dataset's input size is 1280 × 800 in paper.

MzeroMiko commented 1 week ago

The configurations are all adapted from mmdetection config, which follows the rules defined by mmdetection. You can refer to the docs in mmdet for details.

GloamXun commented 1 week ago

Thanks for your reply. I'll check it.