zcablii / LSKNet

(IJCV2024 & ICCV2023) LSKNet: A Foundation Lightweight Backbone for Remote Sensing
Other
488 stars 40 forks source link

which py files are necessary for the inference? #65

Closed jiofgnuo closed 6 months ago

jiofgnuo commented 6 months ago

What's the feature?

I would like to use this model for region proposal as part of a two-stage segmentation model. My segmentation model is built on mmsegmentation, and using command line inference will cause conflicts. Could you please point out which .py files are necessary for the inference part so as to facilitate the integration of the two models.

Any other context?

No response

zcablii commented 6 months ago

LSKNet is a backbone model. If you want to use LSKNet as a backbone in your segmenter, you can refer to this file. But you have to make some adaptations to mmsegmentation framework.

jiofgnuo commented 6 months ago

Thanks a lot!