add textvqa

This commit is contained in:
ThuanNaN 2025-01-20 06:18:00 +07:00
parent a9d48ee275
commit 4ac0ec153a

View File

@ -6,3 +6,11 @@ train_mvtec:
CUDA_VISIBLE_DEVICES=0 \ CUDA_VISIBLE_DEVICES=0 \
python train.py --cfg-path train_configs/minigptv2_finetune_mvtec.yaml python train.py --cfg-path train_configs/minigptv2_finetune_mvtec.yaml
eval_textvqa:
CUDA_VISIBLE_DEVICES=0 \
python eval_textvqa.py --cfg-path ./eval_configs/minigptv2_benchmark_evaluation.yaml
train_textvqa:
CUDA_VISIBLE_DEVICES=0 \
python train.py --cfg-path train_configs/minigptv2_finetune_textvqa.yaml