From: Bibek S. <bib...@gm...> - 2008-12-19 15:36:31
|
################################################ ## RTFTR configurations file # ################################################ ## Points to note ## 1. the key value pairs are stored in the format ## key = value ## ## 2. Both key and value are trimmed on left and right to remove spaces ## 3. A key value pair will only be stored if there is '=' character ## all lines are ignored which donot contain '=' character ## 4. A line with '=' with # as starting character is regarded as comment ## so the above line is not read ################################ # Training variables # ################################ # the paths need "/" at the end nn_train_dir_face=/temp/nn/faces1/ nn_train_dir_nonface=/temp/nn/nonfaces/ nn_mask_enable=1 nn_mask_image_filename=/temp/nn/mask.pgm nn_train_load_network_enable = 0 nn_train_load_network_filename=/temp/nn/networks/network-mask2.net nn_train_save_network_enable = 1 nn_train_save_network_filename=/temp/nn/networks/network-mask2.net nn_train_image_masked_display_enable=0 ################################ # Testing variables # ################################ nn_test_network_param_pixelstep = 1 nn_test_network_param_threshold = 0.85 nn_test_network_filename = /temp/nn/networks/network-mask2.net nn_test_network_filename2 = /temp/nn/networks/network-mask2.net # nn_test_image_filename = /temp/nn/test/amy-bw.jpg nn_test_image_filename = /home/bibek/Work/train-images/dsc04247.jpg # nn_test_image_filename = /temp/nn/test/nonfaces/NaturesScenery.jpg nn_test_image_show_rectangle = 1 nn_test_image_show_centerpoint = 1 nn_test_thresholding_pixel_distance = 3 nn_test_thresholding_min_pixels = 3 # save the detected images in this folder nn_test_image_detected_save_enable=1 nn_test_dir_image_detected_save=/temp/nn/detected/ |