starriver030515's picture
Upload folder using huggingface_hub
bd4d522 verified
raw
history blame contribute delete
718 Bytes
#!/bin/bash
python -m llava.eval.model_vqa_loader \
--model-path /mnt/petrelfs/zhuchenglin/LLaVA/checkpoints_ft/coco_raw_558k/llava-v1.5-13b-pretrain \
--model-base lmsys/vicuna-13b-v1.5 \
--question-file ./playground/data/eval/pope/llava_pope_test.jsonl \
--image-folder ./playground/data/eval/pope/val2014 \
--answers-file ./playground/data/eval/pope/answers/llava-v1.5-13b_coco_raw_558k.jsonl \
--temperature 0 \
--conv-mode vicuna_v1
python llava/eval/eval_pope.py \
--annotation-dir ./playground/data/eval/pope/coco \
--question-file ./playground/data/eval/pope/llava_pope_test.jsonl \
--result-file ./playground/data/eval/pope/answers/llava-v1.5-13b_coco_raw_558k.jsonl