m7mdal7aj commited on
Commit
b16539c
1 Parent(s): 6dfa05e

Update my_model/config/inference_config.py

Browse files
my_model/config/inference_config.py CHANGED
@@ -1,4 +1,4 @@
1
- SAMPLE_IMAGES = ["Files/sample1.jpg", "Files/sample2.jpg", "Files/sample3.jpg"]
2
- SAMPLE_QUESTIONS = {"Files/sample2.jpg": ["Is this food suitable for infants?", "What Middle Eastern food is similar to this?", "Is this spicy?" ],
3
  "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?"],
4
- "Files/sample3.jpg": ['Where is this?', 'is it AM or PM time?', 'What is in his/her hand?', "Is it a man or a woman?"]}
 
1
+ SAMPLE_IMAGES = ["Files/sample1.jpg", "Files/sample2.jpg", "Files/sample4.jpg"]
2
+ SAMPLE_QUESTIONS = {"Files/sample1.jpg": ["Is this food suitable for infants?", "What Middle Eastern food is similar to this?", "Is this spicy?" ],
3
  "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?"],
4
+ "Files/sample4.jpg": ['Where sport is being played?', 'What is this position called?', 'what is the player's number?', "What is the weather like?"]}