Skip to content

Commit 4cde7bb

Browse files
chore: changed rack to cabinet to be more precise
1 parent fa889c9 commit 4cde7bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rai_bench/rai_bench/examples/spatial_reasoning_tasks.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@
6969
expected_response=False,
7070
),
7171
BoolImageTaskInput(
72-
question="Is there a rack on the left from the sofa?",
72+
question="Is there a cabinet on the left from the sofa?",
7373
images_paths=["src/rai_bench/rai_bench/examples/images/image_4.jpg"],
7474
expected_response=False,
7575
),
7676
BoolImageTaskInput(
77-
question="Is there a plant behind the rack?",
77+
question="Is there a plant behind the cabinet?",
7878
images_paths=["src/rai_bench/rai_bench/examples/images/image_5.jpg"],
7979
expected_response=True,
8080
),

0 commit comments

Comments
 (0)