opengaze/default.cfg

23 lines
748 B
INI
Raw Permalink Normal View History

2019-01-10 13:26:03 +01:00
## input and ouput
# input_type = camera # camera, video, or directory
# input = 0 # caemra id, video file name, or directory of image files
2019-01-28 14:58:32 +01:00
# output = YOUR_OUTPUT_DIRECTORY
2019-01-10 13:26:03 +01:00
## gaze estimation method
2019-01-28 14:58:32 +01:00
# gaze_method = MPIIGaze
# gpu_id = 0 # GPU id
2019-01-10 13:26:03 +01:00
## gaze estimation method/model selection
# face_model = 1 # 1 for the face model, 0 for eye image model
## CNN model for face image, trained on MPIIGaze + EYEDIAP HD
# cnn_param_path = YOUR_PATH/alexnet_face.prototxt
# cnn_model_path = YOUR_PATH/alexnet_face.caffemodel
# calibration file, calibration file
# calib_camera = YOUR_PATH/calibration.yml
# calib_screen = YOUR_PATH/monitor.yml
## parameters for personal calibration
2019-01-28 14:58:32 +01:00
# per_model_save_path = YOUR_PATH/user_id.txt
2019-01-10 13:26:03 +01:00
# num_calibration = 9