zcablii / SARDet_100K

Offical implementation of MSFA and release of SARDet_100K dataset for Large-Scale Synthetic Aperture Radar (SAR) Object Detection
Other
328 stars 25 forks source link

Hello,I want to know how to ues this code in win10 system? #11

Closed Mr-zhao765 closed 5 months ago

zcablii commented 5 months ago

You may try WSL2 to install a ubuntu subsystem inside Win10, and then run experiments in the ubuntu. Or, you can refer to this solution. MSFA code is totally based on mmdetection, therefore you may find tons of solutions on the official mmdetection repo.

Mr-zhao765 commented 5 months ago

You may try WSL2 to install a ubuntu subsystem inside Win10, and then run experiments in the ubuntu. Or, you can refer to this solution. MSFA code is totally based on mmdetection, therefore you may find tons of solutions on the official mmdetection repo.

Thanks, I will learn mmdetection to find a solution for this