forked from IDEA-Research/Grounded-SAM-2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
affordance_object_dict.json
executable file
·77 lines (77 loc) · 1.24 KB
/
affordance_object_dict.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"carry": [
"skis",
"surfboard",
"snowboard",
"skateboard"
],
"catch": [
"frisbee",
"rugby_ball",
"soccer_ball"
],
"hold": [
"book",
"suitcase",
"snowboard",
"bowl",
"badminton_racket",
"surfboard",
"tennis_racket",
"knife",
"toothbrush",
"hammer",
"wine_glass",
"bottle",
"cup",
"fork",
"frisbee",
"skateboard",
"skis",
"golf_clubs",
"axe",
"baseball_bat",
"scissors"
],
"take_photo": [
"camera",
"cell_phone"
],
"type_on": [
"keyboard",
"laptop"
],
"swing": [
"golf_clubs",
"baseball_bat",
"tennis_racket",
"badminton_racket"
],
"pour": [
"cup",
"bottle",
"wine_glass"
],
"pick_up": [
"skis",
"suitcase"
],
"hit": [
"axe",
"hammer",
"baseball_bat",
"tennis_racket"
],
"look_out": [
"binoculars"
],
"lift": [
"fork"
],
"write": [
"pen"
],
"text_on": [
"cell_phone"
]
}