-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcamera.ini
50 lines (45 loc) · 987 Bytes
/
camera.ini
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
[cloud_camera]
focal_len = 20
ex_time = 0.004
focus_dist = 50
f_num = 1.85
sensor_h = 2.8
threshold = 0.08
del_l = 50
streak_diameter = 10
resolution = Full-HD
fps = 1
[NC450]
focal_len = 4
ex_time = 0.016666666666666666
sensor_h = 6.35
f_num = 3.6
focus_dist = 20
threshold = 0.08
streak_diameter = 10
del_l = 50
fps = 15
resolution = (1280, 720)
[Jiang]
focal_len = 4
ex_time = 0.004
sensor_h = 4.29
f_num = 2.2
focus_dist = 1
threshold = 0
streak_diameter = 1.8
del_l = 50
fps = 1
resolution = None
[classification]
model_path = D:\CCTV\rainfallcamera\classification\svm_model-4-grid_searched-200x200.joblib
patches = (20, 20)
window_size = (10, 10)
information = ['contract', 'minimum brightness', 'sharpness', 'mean hue', 'mean saturation']
[PReNet]
model_path = D:\CCTV\rainfallcamera\PReNet\logs\real\PReNet1.pth
recurrent_iter = 4
logdir = D:\CCTV\rainfallcamera\PReNet\logs\real
use_gpu = True
folder = 20180401
gpu_id = 0