XinyiYing/LESPS

使用命令运行报错

XinyiYing opened this issue · 0 comments

已修复该问题,可以通过如下命令运行代码
python train.py --model_names DNANet ALCNet ACM --dataset_names SIRST3 --label_type 'centroid'
python train.py --model_names DNANet ALCNet ACM --dataset_names SIRST3 --label_type 'coarse'
python test.py --model_names DNANet ALCNet ACM --pth_dirs None --dataset_names NUAA-SIRST NUDT-SIRST IRSTD-1K
python test.py --model_names DNANet ALCNet ACM --pth_dirs SIRST3/DNANet_full.pth.tar SIRST3/DNANet_LESPS_centroid.pth.tar SIRST3/DNANet_LESPS_coarse.pth.tar SIRST3/ALCNet_full.pth.tar SIRST3/ALCNet_LESPS_centroid.pth.tar SIRST3/ALCNet_LESPS_coarse.pth.tar SIRST3/ACM_full.pth.tar SIRST3/ACM_LESPS_centroid.pth.tar SIRST3/ACM_LESPS_coarse.pth.tar --dataset_names NUAA-SIRST NUDT-SIRST IRSTD-1K