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.
31 lines
869 B
YAML
31 lines
869 B
YAML
# load model file
|
|
model: /home/xbank/xbank_poc_test_use/model_file/yolov8.onnx
|
|
model_cache: /home/xbank/xbank_poc_test_use/tensort_cache/yolov8.trt
|
|
# label and bbox message set
|
|
model_parameter:
|
|
device : gpu
|
|
label_names: ["person","sleep"] # model labels
|
|
compara_label_names: ["person"] #
|
|
compara_relevancy: False # 'object_num'
|
|
relevancy_para : False
|
|
object_num_min : 5
|
|
confidence : 0.5
|
|
|
|
# save_path : /home/xbank/xbank_poc_test_use/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
|
|
save_annotations : False
|
|
save_path : False
|
|
|
|
# save videos
|
|
save_videos : /home/xbank/xbank_poc_test_use/video_save_path/person
|
|
|
|
# detect time set
|
|
detect_time : 60
|
|
detect_time_small : 5
|
|
detect_ratio : 0.9
|
|
|
|
|