Yong-DAI / MIL

Modality Incremental Learning method

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modality incremental learning method based on the RGBT Crowd Counting task

Install dependencies

torch >= 1.0 torchvision opencv numpy scipy, all the dependencies can be easily installed by pip or conda

This code was tested with python 3.6

Preprocessing

Edit the root and save path, and run this script:

python preprocess_RGBT.py

Training

Edit this file for training BL-based IADM model.

bash train.sh

Testing

Edit this file for testing models.

bash test.sh

About

Modality Incremental Learning method


Languages

Language:Python 99.3%Language:Shell 0.7%