KB-VQA-E / my_model /config /inference_config.py
m7mdal7aj's picture
Update my_model/config/inference_config.py
37d8100 verified
raw
history blame
No virus
434 Bytes
SAMPLE_IMAGES = ["Files/sample1.jpg", "Files/sample2.jpg", "Files/sample3.jpg"]
SAMPLE_QUESTIONS = {"Files/sample1.jpg": ["Is this food suitable for infants?", "What Middle Eastern food is similar to this?" ],
"Files/sample2.jpg": ["Why the Middle East region doesn't have such activity ?","What type of vehicle can drive here ?", "What do you think the temperature in Celsius is?"],
"Files/sample3.jpg": ['Sample_Q1', 'Sample_Q2']}