File size: 762 Bytes
3d1f2c9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# config.yaml
# weights_kp: "models/SV_FT_TSWC_kp"
# weights_line: "models/SV_FT_TSWC_lines"
# pnl_refine: true
# device: "cuda:0"
# input_path: "examples/input/"
# output_path: "examples/output/"
# name: "FootDrone.jpg"
# input_type: "image"
# display: true

# # Start with low thresholds
# thresholds:
#   - kp_threshold: 0.15
#     line_threshold: 0.15


weights_kp: "models/SV_FT_TSWC_kp"
weights_line: "models/SV_FT_TSWC_lines"
device: "cuda:0"
input_path: "examples/input/"
output_path: "examples/output/"
name: "FootDrone.mp4"
input_type: "video"
display: true
pnl_refine: true
frame_step: 5  # Traiter une image sur 5
two_pass: true 

# Start with low thresholds
thresholds:
  - kp_threshold: 0.15
    line_threshold: 0.15