be5864748a
Signed-off-by: Micaela Verucchi <micaelaverucchi@gmail.com>
14 lines
257 B
YAML
14 lines
257 B
YAML
# video input
|
|
input : "../demo/yolo_test.mp4"
|
|
win_input : "..\\..\\..\\demo\\yolo_test.mp4"
|
|
|
|
# network config
|
|
net : "yolo4tiny_fp32.rt"
|
|
ntype : 'y'
|
|
n_classes : 80
|
|
n_batch : 1
|
|
conf_thresh : 0.3
|
|
|
|
# demo config
|
|
show : true
|
|
save : true |