gitextract_03y9khf8/ ├── README.md ├── dataset.py ├── datasets/ │ └── SIRST3/ │ └── img_idx/ │ ├── test_SIRST3.txt │ └── train_SIRST3.txt ├── metrics.py ├── model/ │ ├── Config.py │ └── SCTransNet.py ├── test.py ├── train.py ├── utils.py └── warmup_scheduler.py