You can not 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
781 B

; config file for yolov8s_coco_640x384_apache6sr250_aiw4939.aiwbin
; author:
; date:
; network input size:
[detection] ; network
class_num = 12 ; number of class
class_name = shirt, t-shirt, sweater, cardigan, jacket, vest, pants, shorts, skirt, coat, dress, bag
class_color = {255, 255, 255},{0, 0, 255},{255, 0, 0},{0, 255, 255},{55, 255, 0},{0, 255, 0},{255, 255, 255},{0, 0, 255},{255, 0, 0},{0, 255, 255},{55, 255, 0},{0, 255, 0}
CONFIDENCE_DETECTION_THRESHOLD = 0.4 ; detection threshold
CONFIDENCE_NMS_THRESHOLD = 0.3 ; nms threshold
; caution
; 1. Write the value of each key on one line
; 2. class_num = number of class_name = number of class_color
; 3. range of threshold -> 0 < threshold < 1
; 4. Class IDs are determined in the order of class_name. (0,1,2,3 ...)