Test

September 26, 2024 ยท View on GitHub

Data Preparation

According to ExACT/SeAct Dataset Support on SeAct|PAF|DVS128Gesture

Training

# Train
python train_SAMPLE.py --config configs/DVS128Gesture/DVS128Gesture_train.yaml
python train_SAMPLE.py --config configs/PAF/PAF_train.yaml
python train_base_to_novel_SAMPLE.py --config configs/base_to_novel/SeAct_base_to_novel.yaml

# Let's try CoOp + EZ-CLIP
python train_SoftTextPrompt_VisualPrompt.py --config /root/wj/EZ_CLIP/configs/SeAct/SeAct_train_CoOp.yaml


## Testing

Test

python test.py --config configs/DVS128Gesture/DVS128Gesture_zero_shot_testing.yaml python test.py --config configs/PAF/PAF_zero_shot_testing.yaml

## Acknowledgments
Code is based on [EZ-CLIP](https://github.com/Shahzadnit/EZ-CLIP) and [ExAct](https://github.com/jiazhou-garland/ExACT)