├── MTU-Net-code ├── LICENSE ├── dataset │ └── readme.txt ├── model │ ├── MTU_Net.py │ ├── __pycache__ │ │ ├── MTU_Net.cpython-37.pyc │ │ ├── fusion.cpython-36.pyc │ │ ├── load_param_data.cpython-36.pyc │ │ ├── load_param_data.cpython-37.pyc │ │ ├── load_param_data.cpython-38.pyc │ │ ├── loss.cpython-36.pyc │ │ ├── loss.cpython-37.pyc │ │ ├── loss.cpython-38.pyc │ │ ├── metric.cpython-36.pyc │ │ ├── metric.cpython-37.pyc │ │ ├── metric.cpython-38.pyc │ │ ├── parse_args_test.cpython-36.pyc │ │ ├── parse_args_train.cpython-36.pyc │ │ ├── parse_args_train.cpython-37.pyc │ │ ├── parse_args_train.cpython-38.pyc │ │ ├── utils.cpython-36.pyc │ │ ├── utils.cpython-37.pyc │ │ ├── utils.cpython-38.pyc │ │ └── vit.cpython-37.pyc │ ├── fusion.py │ ├── load_param_data.py │ ├── loss.py │ ├── metric.py │ ├── parse_args_test.py │ ├── parse_args_train.py │ ├── utils.py │ └── vit.py ├── result │ └── result_and_metrics_values.txt └── train.py └── README.md /MTU-Net-code/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TianhaoWu16/Multi-level-TransUNet-for-Space-based-Infrared-Tiny-ship-Detection/HEAD/MTU-Net-code/LICENSE -------------------------------------------------------------------------------- /MTU-Net-code/dataset/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TianhaoWu16/Multi-level-TransUNet-for-Space-based-Infrared-Tiny-ship-Detection/HEAD/MTU-Net-code/dataset/readme.txt -------------------------------------------------------------------------------- /MTU-Net-code/model/MTU_Net.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TianhaoWu16/Multi-level-TransUNet-for-Space-based-Infrared-Tiny-ship-Detection/HEAD/MTU-Net-code/model/MTU_Net.py -------------------------------------------------------------------------------- /MTU-Net-code/model/__pycache__/MTU_Net.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TianhaoWu16/Multi-level-TransUNet-for-Space-based-Infrared-Tiny-ship-Detection/HEAD/MTU-Net-code/model/__pycache__/MTU_Net.cpython-37.pyc -------------------------------------------------------------------------------- /MTU-Net-code/model/__pycache__/fusion.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TianhaoWu16/Multi-level-TransUNet-for-Space-based-Infrared-Tiny-ship-Detection/HEAD/MTU-Net-code/model/__pycache__/fusion.cpython-36.pyc -------------------------------------------------------------------------------- /MTU-Net-code/model/__pycache__/load_param_data.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TianhaoWu16/Multi-level-TransUNet-for-Space-based-Infrared-Tiny-ship-Detection/HEAD/MTU-Net-code/model/__pycache__/load_param_data.cpython-36.pyc -------------------------------------------------------------------------------- /MTU-Net-code/model/__pycache__/load_param_data.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TianhaoWu16/Multi-level-TransUNet-for-Space-based-Infrared-Tiny-ship-Detection/HEAD/MTU-Net-code/model/__pycache__/load_param_data.cpython-37.pyc -------------------------------------------------------------------------------- /MTU-Net-code/model/__pycache__/load_param_data.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TianhaoWu16/Multi-level-TransUNet-for-Space-based-Infrared-Tiny-ship-Detection/HEAD/MTU-Net-code/model/__pycache__/load_param_data.cpython-38.pyc -------------------------------------------------------------------------------- /MTU-Net-code/model/__pycache__/loss.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TianhaoWu16/Multi-level-TransUNet-for-Space-based-Infrared-Tiny-ship-Detection/HEAD/MTU-Net-code/model/__pycache__/loss.cpython-36.pyc -------------------------------------------------------------------------------- /MTU-Net-code/model/__pycache__/loss.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TianhaoWu16/Multi-level-TransUNet-for-Space-based-Infrared-Tiny-ship-Detection/HEAD/MTU-Net-code/model/__pycache__/loss.cpython-37.pyc -------------------------------------------------------------------------------- /MTU-Net-code/model/__pycache__/loss.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TianhaoWu16/Multi-level-TransUNet-for-Space-based-Infrared-Tiny-ship-Detection/HEAD/MTU-Net-code/model/__pycache__/loss.cpython-38.pyc -------------------------------------------------------------------------------- /MTU-Net-code/model/__pycache__/metric.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TianhaoWu16/Multi-level-TransUNet-for-Space-based-Infrared-Tiny-ship-Detection/HEAD/MTU-Net-code/model/__pycache__/metric.cpython-36.pyc -------------------------------------------------------------------------------- /MTU-Net-code/model/__pycache__/metric.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TianhaoWu16/Multi-level-TransUNet-for-Space-based-Infrared-Tiny-ship-Detection/HEAD/MTU-Net-code/model/__pycache__/metric.cpython-37.pyc -------------------------------------------------------------------------------- /MTU-Net-code/model/__pycache__/metric.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TianhaoWu16/Multi-level-TransUNet-for-Space-based-Infrared-Tiny-ship-Detection/HEAD/MTU-Net-code/model/__pycache__/metric.cpython-38.pyc -------------------------------------------------------------------------------- /MTU-Net-code/model/__pycache__/parse_args_test.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TianhaoWu16/Multi-level-TransUNet-for-Space-based-Infrared-Tiny-ship-Detection/HEAD/MTU-Net-code/model/__pycache__/parse_args_test.cpython-36.pyc -------------------------------------------------------------------------------- /MTU-Net-code/model/__pycache__/parse_args_train.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TianhaoWu16/Multi-level-TransUNet-for-Space-based-Infrared-Tiny-ship-Detection/HEAD/MTU-Net-code/model/__pycache__/parse_args_train.cpython-36.pyc -------------------------------------------------------------------------------- /MTU-Net-code/model/__pycache__/parse_args_train.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TianhaoWu16/Multi-level-TransUNet-for-Space-based-Infrared-Tiny-ship-Detection/HEAD/MTU-Net-code/model/__pycache__/parse_args_train.cpython-37.pyc -------------------------------------------------------------------------------- /MTU-Net-code/model/__pycache__/parse_args_train.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TianhaoWu16/Multi-level-TransUNet-for-Space-based-Infrared-Tiny-ship-Detection/HEAD/MTU-Net-code/model/__pycache__/parse_args_train.cpython-38.pyc -------------------------------------------------------------------------------- /MTU-Net-code/model/__pycache__/utils.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TianhaoWu16/Multi-level-TransUNet-for-Space-based-Infrared-Tiny-ship-Detection/HEAD/MTU-Net-code/model/__pycache__/utils.cpython-36.pyc -------------------------------------------------------------------------------- /MTU-Net-code/model/__pycache__/utils.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TianhaoWu16/Multi-level-TransUNet-for-Space-based-Infrared-Tiny-ship-Detection/HEAD/MTU-Net-code/model/__pycache__/utils.cpython-37.pyc -------------------------------------------------------------------------------- /MTU-Net-code/model/__pycache__/utils.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TianhaoWu16/Multi-level-TransUNet-for-Space-based-Infrared-Tiny-ship-Detection/HEAD/MTU-Net-code/model/__pycache__/utils.cpython-38.pyc -------------------------------------------------------------------------------- /MTU-Net-code/model/__pycache__/vit.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TianhaoWu16/Multi-level-TransUNet-for-Space-based-Infrared-Tiny-ship-Detection/HEAD/MTU-Net-code/model/__pycache__/vit.cpython-37.pyc -------------------------------------------------------------------------------- /MTU-Net-code/model/fusion.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TianhaoWu16/Multi-level-TransUNet-for-Space-based-Infrared-Tiny-ship-Detection/HEAD/MTU-Net-code/model/fusion.py -------------------------------------------------------------------------------- /MTU-Net-code/model/load_param_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TianhaoWu16/Multi-level-TransUNet-for-Space-based-Infrared-Tiny-ship-Detection/HEAD/MTU-Net-code/model/load_param_data.py -------------------------------------------------------------------------------- /MTU-Net-code/model/loss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TianhaoWu16/Multi-level-TransUNet-for-Space-based-Infrared-Tiny-ship-Detection/HEAD/MTU-Net-code/model/loss.py -------------------------------------------------------------------------------- /MTU-Net-code/model/metric.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TianhaoWu16/Multi-level-TransUNet-for-Space-based-Infrared-Tiny-ship-Detection/HEAD/MTU-Net-code/model/metric.py -------------------------------------------------------------------------------- /MTU-Net-code/model/parse_args_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TianhaoWu16/Multi-level-TransUNet-for-Space-based-Infrared-Tiny-ship-Detection/HEAD/MTU-Net-code/model/parse_args_test.py -------------------------------------------------------------------------------- /MTU-Net-code/model/parse_args_train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TianhaoWu16/Multi-level-TransUNet-for-Space-based-Infrared-Tiny-ship-Detection/HEAD/MTU-Net-code/model/parse_args_train.py -------------------------------------------------------------------------------- /MTU-Net-code/model/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TianhaoWu16/Multi-level-TransUNet-for-Space-based-Infrared-Tiny-ship-Detection/HEAD/MTU-Net-code/model/utils.py -------------------------------------------------------------------------------- /MTU-Net-code/model/vit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TianhaoWu16/Multi-level-TransUNet-for-Space-based-Infrared-Tiny-ship-Detection/HEAD/MTU-Net-code/model/vit.py -------------------------------------------------------------------------------- /MTU-Net-code/result/result_and_metrics_values.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MTU-Net-code/train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TianhaoWu16/Multi-level-TransUNet-for-Space-based-Infrared-Tiny-ship-Detection/HEAD/MTU-Net-code/train.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TianhaoWu16/Multi-level-TransUNet-for-Space-based-Infrared-Tiny-ship-Detection/HEAD/README.md --------------------------------------------------------------------------------