MiniGPT-4/minigpt4/common/vqa_tools/aokvqa/heuristics/README.md
2023-10-25 20:56:14 +02:00

349 B

Heuristics

# These scripts accept the same arguments.
# heuristics/random_unweighted.py
# heuristics/random_weighted.py
# heuristics/most_common_answer.py

python heuristics/random_unweighted.py --aokvqa-dir ${AOKVQA_DIR} --split val --mc --out ${PREDS_DIR}/random-unweighted_val-mc.json
# Exclude --mc for the direct answer setting