-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathglobal_vars.json
34 lines (34 loc) · 940 Bytes
/
global_vars.json
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
{
"lang_idx": 0,
"advanced_mode": false,
"var_det_model_idx": 0,
"var_cls_model_idx": 0,
"var_det_model_path": "",
"var_det_model_short": "",
"var_exclude_subs": false,
"var_use_custom_img_size_for_deploy": false,
"var_image_size_for_deploy": "",
"var_abs_paths": false,
"var_disable_GPU": false,
"var_process_img": true,
"var_use_checkpnts": false,
"var_checkpoint_freq": "",
"var_cont_checkpnt": false,
"var_process_vid": true,
"var_not_all_frames": true,
"var_nth_frame": "1",
"var_separate_files": false,
"var_file_placement": 2,
"var_sep_conf": false,
"var_vis_files": false,
"var_vis_size_idx": 2,
"var_vis_bbox": true,
"var_vis_blur": true,
"var_crp_files": false,
"var_exp": true,
"var_plt": true,
"var_exp_format_idx": 0,
"var_thresh": 0.3,
"var_thresh_default": 0.3,
"var_scale_warning_shown": false
}