sequences-cat2.yaml 2.71 KB
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Common configuration parameters according to N17523 CTC.
---
sequences:
  8ivfbv2_longdress_vox10:
    src-dir: 8iVFBv2/longdress/Ply
    src: longdress_vox10_{1051..1350}.ply
    norm-dir: longdress_n
    norm: longdress_vox10_{1051..1350}_n.ply
    #src: longdress_vox10_%04d.ply
    #norm: longdress_vox10_%04d_n.ply
    frame-rate: 30
    num-frames: 300
    group: cat2-B
    src-geometry-precision: 10
15
16
    has_colour: true
    bitdepth_colour: 8
17
18
19
20
21
22
23
24
25
26
27
28
29
30
    pcerrorflags:
     - resolution: 1023

  8ivfbv2_loot_vox10:
    src-dir: 8iVFBv2/loot/Ply
    src: loot_vox10_{1000..1299}.ply
    norm-dir: loot_n
    norm: loot_vox10_{1000..1299}_n.ply
    #src: loot_vox10_%04d.ply
    #norm: loot_vox10_%04d_n.ply
    frame-rate: 30
    num-frames: 300
    group: cat2-A
    src-geometry-precision: 10
31
32
    has_colour: true
    bitdepth_colour: 8
33
34
35
36
37
38
39
40
41
42
43
44
45
46
    pcerrorflags:
     - resolution: 1023

  8ivfbv2_redandblack_vox10:
    src-dir: 8iVFBv2/redandblack/Ply
    src: redandblack_vox10_{1450..1749}.ply
    norm-dir: redandblack_n
    norm: redandblack_vox10_{1450..1749}_n.ply
    #src: redandblack_vox10_%04d.ply
    #norm: redandblack_vox10_%04d_n.ply
    frame-rate: 30
    num-frames: 300
    group: cat2-A
    src-geometry-precision: 10
47
48
    has_colour: true
    bitdepth_colour: 8
49
50
51
52
53
54
55
56
57
58
59
60
61
62
    pcerrorflags:
     - resolution: 1023

  8ivfbv2_soldier_vox10:
    src-dir: 8iVFBv2/soldier/Ply
    src: soldier_vox10_{0536..0835}.ply
    norm-dir: soldier_n
    norm: soldier_vox10_{0536..0835}_n.ply
    #src: soldier_vox10_%04d.ply
    #norm: soldier_vox10_%04d_n.ply
    frame-rate: 30
    num-frames: 300
    group: cat2-A
    src-geometry-precision: 10
63
64
    has_colour: true
    bitdepth_colour: 8
65
66
67
    pcerrorflags:
     - resolution: 1023

68
69
  basketball_player_vox11:
    src-dir: basketball_player_vox11
70
    src: basketball_player_vox11_{00000001..00000064}.ply
71
72
73
    #src: basketball_player_vox11_%08d.ply
    first-frame: 1
    frame-rate: 30
74
    num-frames: 64
75
76
77
78
79
80
81
82
83
    group: cat2-C
    src-geometry-precision: 11
    has_colour: true
    bitdepth_colour: 8
    pcerrorflags:
     - resolution: 2047

  dancer_player_vox11:
    src-dir: dancer_vox11
84
    src: dancer_vox11_{00000001..00000064}.ply
85
86
87
    #src: dancer_vox11_%08d.ply
    first-frame: 1
    frame-rate: 30
88
    num-frames: 64
89
90
91
92
93
94
95
    group: cat2-C
    src-geometry-precision: 11
    has_colour: true
    bitdepth_colour: 8
    pcerrorflags:
     - resolution: 2047

96
97
98
99
100
101
102
103
104
105
106
107
  queen:
    src-dir: queen
    src: frame_{0000..0249}.ply
    norm-dir: queen_n
    norm: frame_{0000..0249}_n.ply
    #src: frame_%04d.ply
    #norm: frame_%04d_n.ply
    first-frame: 0
    frame-rate: 50
    num-frames: 250
    group: cat2-A
    src-geometry-precision: 10
108
109
    has_colour: true
    bitdepth_colour: 8
110
111
112
    pcerrorflags:
     - resolution: 1023