-
Notifications
You must be signed in to change notification settings - Fork 4
/
containment.yaml
35 lines (32 loc) · 1.01 KB
/
containment.yaml
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
# Add a Retrieval goal with a soccer ball as the target object.
goal:
category: retrieval
target:
shape: soccer_ball
scale: 1.0
# Target is either positioned inside a container (50%), in front of it
# (25%), or behind it (25%), randomized for each scene.
keyword_location:
keyword:
- in
- in
- between
- behind
container_label: keywords_containers
relative_object_label: keywords_containers
# Only the target can be a soccer ball.
excluded_shapes: soccer_ball
# Generate many containers and zero or more context (distractor) objects.
keyword_objects:
- keyword: containers
num:
min: 5
max: 10
- keyword: context
num:
min: 0
max: 10
# Override the default to avoid randomly generating other structural objects.
# Remove these lines if you want additional randomly generated objects.
random_structural_objects:
- num: 0