File size: 507 Bytes
7247ec8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "model": "pyannote-segmentation-3.0",
  "format": "onnx",
  "sample_rate": 16000,
  "window_duration": 10.0,
  "window_step": 5.0,
  "num_powerset_classes": 7,
  "max_local_speakers": 3,
  "frames_per_window": 293,
  "inputs": {
    "audio": {
      "shape": [
        1,
        1,
        160000
      ],
      "dtype": "float32"
    }
  },
  "outputs": {
    "posteriors": {
      "shape": [
        1,
        293,
        7
      ],
      "dtype": "float32"
    }
  }
}