# saliency **Repository Path**: lin_wei_hung/saliency ## Basic Information - **Project Name**: saliency - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-10 - **Last Updated**: 2024-06-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Attention-based Saliency Network The paper is stored in https://gitee.com/lin_wei_hung/saliency/blob/master/paper/paper.pdf ## Train and Evaluate The network is trained on [AVAD](https://sites.google.com/site/minxiongkuo/home). To get the dataset, run `fetch_data.sh`. We have comment all other datasets except AVAD. ```bash bash fetch_data.sh ``` And the traing experiment result can be found in foler ./experiments. To train and test only on AVAD dataset, run ```bash bash run_AVData_audiovisual_train.sh ``` And the evaluation code is stored in `eval_code`.