Views
No views yet
| Dataset | Train | Val | Test | Classes |
|---|---|---|---|---|
| Cityscapes | 2975 | 500 | 1525 | 19 |
| CamVid | 367 | 101 | 233 | 11 |
1pip install timm==0.3.2
2pip install mmcv-full==1.2.7
3pip install opencv-python==4.5.1.481CUDA_VISIBLE_DEVICES=0,1 nohup python -m torch.distributed.launch --nproc_per_node=2 train_NEW_AEU_kd.py > train.log 2>&1 &
2
3CUDA_VISIBLE_DEVICES=0,1 python -m torch.distributed.launch --nproc_per_node=2 train_NEW_AEU_kd.py1@ARTICLE{HMKD,
2 author={Xu, Mingzhu and Wang, Jing and Wang, Mingcai and Li, Yiping and Hu, Yupeng and Song, Xuemeng and Guan, Weili},
3 journal={ICMR},
4 title={Heterogeneous Model Knowledge Distillation via Dual Alignment for Semantic Segmentation},
5 year={2025}
6}