; config file for peleedet_10class_640x384_apache6sr250_aiw4939.aiwbin ; author: ; date: ; network input size: [detection] ; network class_num = 10 ; number of class class_name = bik, bus, car, mot, per,rid, t-l,t-s,tra, tru ; names of classes class_color = {0,0,255},{0,255,0}, {255,0,0}, {0,255,255},{255,255,255}, {255, 0,255}, {0, 128,255} , {128,0, 255} , {0, 255,128} , {0,0,0} ; color of bounding box for each class (R,G,B) anchor_num = 8 ; number of anchor anchor_size = 0.7, 0.7, 1.0, 1.0, 1.5, 1.5, 3.0, 3.0, 6.0, 6.0, 12.0, 12.0, 24.0, 24.0, 48.0, 48.0 ; size of each anchor CONFIDENCE_OBJECTNESS_THRESHOLD = 0.5 ; objectness threshold CONFIDENCE_DETECTION_THRESHOLD = 0.4 ; detection threshold CONFIDENCE_NMS_THRESHOLD = 0.5 ; 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. anchor_num x 2 = the number of anchor size ; 4. order of anchor size -> anchor1_width, anchor1_height, anchor2_width, anchor2_height, anchor3_width, anchor3_height ... ; 5. range of threshold -> 0 < threshold < 1 ; 6. Class IDs are determined in the order of class_name. (0,1,2,3 ...)