Jinming-Su / TSOD

Code for the ICME 2021 paper "Exploring Driving-Aware Salient Object Detection via Knowledge Transfer"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TSOD

Code for the ICME 2021 paper "Exploring Driving-Aware Salient Object Detection via Knowledge Transfer"

Usage

  1. For training,
    open train_test, run python train.py
  2. For testing,
    open train_test, run python test.py
  3. For evaluating,
    open evaluate, run matlab -nosplash -nodesktop -r evaluation_all

Citation

@inproceedings{su2021exploring,
  title={Exploring Driving-Aware Salient Object Detection via Knowledge Transfer},
  author={Su, Jinming and Xia, Changqun and Li, Jia},
  booktitle={2021 IEEE International Conference on Multimedia and Expo (ICME)},
  pages={1--6},
  year={2021},
  organization={IEEE}
}

About

Code for the ICME 2021 paper "Exploring Driving-Aware Salient Object Detection via Knowledge Transfer"


Languages

Language:Python 92.8%Language:MATLAB 7.2%