zcablii / LSKNet

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

LSKNet is not in the models registry #8

Closed jsxyhelu closed 1 year ago

jsxyhelu commented 1 year ago

When I try to get through the code here, I get the following error, what should I do? Thank~

KeyError: "OrientedRCNN: 'LSKNet is not in the models registry'"

zcablii commented 1 year ago

Could you please provide more information on your error?

zcablii commented 1 year ago

It seems that you did not install mmrotate correctly, please try to reinstall mmrotate according to the readme step by step.

Z-ZHHH commented 1 year ago

I ve also met this problem. That can be solved by running python setup.py install

jsxyhelu commented 1 year ago

OK,thanks,this is fine to me.