-
-
Notifications
You must be signed in to change notification settings - Fork 324
Expand file tree
/
Copy pathmouse.xml
More file actions
22 lines (22 loc) · 773 Bytes
/
mouse.xml
File metadata and controls
22 lines (22 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE dataset PUBLIC "GeneratorByModel.dtd" "GeneratorByModel.dtd">
<dataset random-seed="1" test-model="1">
<cluster name="Head" size="290">
<normal mean="0.5" stddev="0.2" />
<normal mean="0.5" stddev="0.2" />
<clip min="0 0" max="1 1"/>
</cluster>
<cluster name="Ear_left" size="100">
<normal mean="0.25" stddev="0.05" />
<normal mean="0.75" stddev="0.05" />
<clip min="0 0" max="1 1"/>
</cluster>
<cluster name="Ear_right" size="100">
<normal mean="0.75" stddev="0.05" />
<normal mean="0.75" stddev="0.05" />
<clip min="0 0" max="1 1"/>
</cluster>
<cluster name="Noise" size="10" density-correction="50">
<uniform min="0" max="1" />
<uniform min="0" max="1" />
</cluster>
</dataset>