-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
55 lines (43 loc) · 1.25 KB
/
config.toml
File metadata and controls
55 lines (43 loc) · 1.25 KB
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
#libonnxruntime = "/usr/lib64/libonnxruntime.so"
[eye]
#link = true
model = "eyeModel.onnx" # If not specified, tracking will be disabled.
[eye.left]
camera = "Bigeye: Bigeye (800x400 @ 90fps)" # If not specified, tracking will be disabled.
#[eye.left.crop]
#scale = 1.0
#major_shift = 0.0
#minor_shift = 0.0
#[eye.left.transform]
#rotation = 0.0
#brightness = 0.66
#vertical_flip = false
#horizontal_flip = false
[eye.right]
camera = "Bigeye: Bigeye (800x400 @ 90fps)" # If not specified, tracking will be disabled.
#[eye.right.crop]
#scale = 1.0
#major_shift = 0.0
#minor_shift = 0.0
#[eye.right.transform]
#rotation = 0.0
#brightness = 0.66
#vertical_flip = false
#horizontal_flip = false
[face]
# You can use a URL like "http://127.0.0.1:8080/mjpeg/stream.jpg" here as well.
camera = "USB 2.0 Camera: USB Camera (640x480 @ 30fps)" # If not specified, tracking will be disabled.
model = "faceModel.onnx" # If not specified, tracking will be disabled.
#[face.crop]
#scale = 1.0
#major_shift = 0.0
#minor_shift = 0.0
#[face.transform]
#rotation = 0.0
#brightness = 0.66
#vertical_flip = false
#horizontal_flip = false
[train]
baseline = "eyeModel.safetensors"
#[output.osc]
#destination = "127.0.0.1:9400" # Set this to 127.0.0.1:8888 if you use VRCFT.Avalonia.