cd58072ae9
This commit has fixes in the form of __declspec(dllexport) and __declspec(dllimport) to run the tkdnn master branch on windows along with removing cmake_export_all_symbols and solely using __declspec(dllexport)
15 lines
251 B
YAML
15 lines
251 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 : false
|