LFUNet / configuration.json
amish1729's picture
Initial commit
232568e
raw
history blame
887 Bytes
{
"input_images_path": "data/lfw-deepfunneled",
"dataset_archive_download_url": "http://vis-www.cs.umass.edu/lfw/lfw-deepfunneled.tgz",
"path_to_patterns": "data/mask_patterns",
"train_data_path": "data/train",
"test_data_path": "data/test",
"landmarks_predictor_path": "shape_predictor_68_face_landmarks.dat",
"landmarks_predictor_download_url": "http://dlib.net/files/shape_predictor_68_face_landmarks.dat.bz2",
"minimal_confidence": 0.8,
"hyp_ratio": 0.3333,
"coordinates_range": [-10, 10],
"test_image_count": 100,
"train_image_count": 15000,
"image_size": [256, 256],
"mask_type" : "random",
"mask_color" : null,
"mask_patter" : null,
"mask_pattern_weight" : 0.9,
"mask_color_weight" : 0.8,
"mask_filter_output" : false,
"mask_filter_radius" : 2,
"test_results_dir": "data/results/",
"train_data_limit": 10000,
"test_data_limit": 1000
}