This repository has been archived on 2026-02-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
tkDNN/demo/demoConfig.yaml
T
Harshvardhan Chandirasekar cd58072ae9 Fixes for running master branch on windows
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)
2022-04-17 11:01:57 -07:00

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