initial commit
This commit is contained in:
commit
a82bbc593e
129 changed files with 33981 additions and 0 deletions
11
models/common/vqa_tools/aokvqa/heuristics/README.md
Normal file
11
models/common/vqa_tools/aokvqa/heuristics/README.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
## Heuristics
|
||||
|
||||
```bash
|
||||
# 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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue