Incremental Information-Aware: Mine Abundant and Accurate Information for Video Captioning
Ningkai Zhong, Bin Fang, Mengdi Li, and Langping Wang.
Clone and enter the repo:
git clone https://github.com/Zhongnibug/IIA.git
cd IIA
Here we use:
Python
3.11.8torch
2.2.1cuda
12.1
If you are using Anaconda, you can use the following command to create and activate the environment:
conda env create -f iia_env.yml
conda activate IIA