forked from Pragament/python_omr_ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp_config.json
More file actions
13 lines (13 loc) · 766 Bytes
/
Copy pathapp_config.json
File metadata and controls
13 lines (13 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"input_dir": "C:\\Users\\HP\\OneDrive\\Desktop\\OMRChecker-master\\inputs",
"output_dir": "C:\\Users\\HP\\OneDrive\\Desktop\\OMRChecker-master\\outputs",
"python_command": "py \"C:\\Users\\HP\\OneDrive\\Desktop\\OMRChecker-master\\main.py\" --inputDir \"{input}\" --outputDir \"{output}\"",
"templates_dir": "C:\\Users\\HP\\OneDrive\\Desktop\\OMRChecker-master\\samples",
"input_dir_darwin": "inputs",
"output_dir_darwin": "outputs",
"python_command_darwin": "python3 ../OMRChecker-master/main.py --inputDir {input} --outputDir {output}",
"templates_dir_darwin": "samples",
"firestore_auth_key": "",
"firestore_collection": "test_results",
"pin_hash": "b793b8a2a836ace068aa00d005f04f590e0abd13961f41d26ec52376e0eb7ea1"
}