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.
xBank-Code-AI/config_person.yaml

31 lines
1.2 KiB
YAML

# load model file
model: ./model_file/yolov8_person.onnx
model_cache: ./tensort_cache/yolov8_person.trt
# label and bbox message set
model_parameter:
device : cpu
label_names: ["person","bicycle","car",motorcycle,airplane,bus,train,truck,boat,traffic light,fire hydrant,stop sign,parking meter,bench,bird,cat, dog,horse,sheep, cow,elephant, bear,zebra,giraffe, backpack,umbrella,handbag,tie,suitcase,frisbee,skis,snowboard,sports ball,kite,baseball bat,baseball glove,skateboard,surfboard,tennis racket, bottle, wine glass,cup,fork,knife,spoon, bowl,banana,apple,sandwich,orange,broccoli,carrot,hot dog, pizza,donut,cake,chair,couch,potted plant,bed,dining table,toilet,tv,laptop,mouse,remote,keyboard,cell phone,microwave, oven,toaster,sink,refrigerator,book,clock,vase,scissors,teddy bear,hair drier,toothbrush] # model labels
# label_names: ["person"]
compara_label_names: ["person"] #
compara_relevancy: False # 'object_num'
relevancy_para : False
object_num_min : False # 视频中最低人数
confidence : 0.2
save_path_original : False
test_path : False
save_annotations : False
save_path : False
# save videos
save_videos : False
# detect time set
detect_time : 30
detect_time_small : 10
detect_ratio : 0.5