We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa889c9 commit 4cde7bbCopy full SHA for 4cde7bb
src/rai_bench/rai_bench/examples/spatial_reasoning_tasks.py
@@ -69,12 +69,12 @@
69
expected_response=False,
70
),
71
BoolImageTaskInput(
72
- question="Is there a rack on the left from the sofa?",
+ question="Is there a cabinet on the left from the sofa?",
73
images_paths=["src/rai_bench/rai_bench/examples/images/image_4.jpg"],
74
75
76
77
- question="Is there a plant behind the rack?",
+ question="Is there a plant behind the cabinet?",
78
images_paths=["src/rai_bench/rai_bench/examples/images/image_5.jpg"],
79
expected_response=True,
80
0 commit comments