You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
560 B
YAML
21 lines
560 B
YAML
# load model file
|
|
model: ./model_file/yolov8.onnx
|
|
model_cache: ./tensort_cache/yolov8.trt
|
|
|
|
# label and bbox message set
|
|
model_parameter:
|
|
device : gpu
|
|
label_names: ["person","sleep"] # model labels
|
|
compara_label_names: ["person","sleep"] #
|
|
compara_relevancy: False # 'in_bbox'
|
|
relevancy_para : False
|
|
confidence : 0.2
|
|
|
|
save_path : ./save_path/sleep
|
|
# save_path_original : /home/yaxin/xbank/xbank_poc_test/save_path_original/sleep
|
|
# test_path : /home/yaxin/xbank/xbank_poc_test/test_save_path/sleep
|
|
save_path_original : False
|
|
test_path : False
|
|
|
|
|