@@ -33,6 +33,7 @@ parser.add_option("--patience", type="int", dest="early_stopping_patience", help
parser.add_option("--split_size",type="float",dest="split_size",help="Proportion of validation examples out of all test examples. Set as value between 0 and 1.",default=0.5)
# parser.add_option("--output_weight_path", dest="output_weight_path", help="Output path for weights.", default='./model_frcnn.hdf5')
# parser.add_option("--input_weight_path", dest="input_weight_path", help="Input path for weights. If not specified, will try to load default weights provided by keras.")