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.
16 lines
451 B
16 lines
451 B
|
7 months ago
|
; config file for peleeseg_640x384_apache6sr250_aiw4939.aiwbin
|
||
|
|
; author:
|
||
|
|
; date:
|
||
|
|
; network input size:
|
||
|
|
|
||
|
|
[segmentation] ; network
|
||
|
|
|
||
|
|
class_num = 2 ; number of class
|
||
|
|
class_name = road, background ; names of classes
|
||
|
|
|
||
|
|
class_color = {0,0,255,128},{0,0,0,0} ; (R,G,B,A)
|
||
|
|
|
||
|
|
; caution
|
||
|
|
; 1. Write the value of each key on one line
|
||
|
|
; 2. class_num = number of class_name = number of class_color
|
||
|
|
; 3. Class IDs are determined in the order of class_name. (0,1,2,3 ...)
|