Copyright (c) 2025 Minghan Zhao and King's College London
All rights reserved.
This repository is released under a non-permissive license.
- The code is provided for academic review only.
- Redistribution, modification, or usage of this code, in whole or in part, is prohibited without prior written permission from the copyright holders.
For permission requests, please contact:
📧 xiaotaiyangzmh@163.com
Please install the following essential dependencies:
json5==0.8.5
jupyter==1.0.0
numpy
opencv-python
sacred==0.8.2
torch
torchvision
tqdm==4.62.3
yacs
matplotlib
mamba-ssm
Please download:
- Pre-trained ResNet-50 weights deeplabv3 version and put it under ./weights
- Our pre-trained iOCTMFSS for inference from Google Drive
Run ./script/train_oct2ioct.sh
Run ./script/test_oct2ioct.sh
Our code is built upon the works of FAMNet, we appreciate the authors for their excellent contributions!
