-
-
Notifications
You must be signed in to change notification settings - Fork 319
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: load answer key from image with working samples
fix: compress images
- Loading branch information
1 parent
ea75858
commit 3692500
Showing
40 changed files
with
241 additions
and
862 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"dimensions": { | ||
"display_height": 1800, | ||
"display_width": 2400, | ||
"processing_height": 2400, | ||
"processing_width": 1800 | ||
}, | ||
"outputs": { | ||
"show_image_level": 0 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,12 @@ | ||
{ | ||
"source_type": "csv", | ||
"options": { | ||
"answer_key_csv_path": "answer_key.csv" | ||
"answer_key_csv_path": "answer_key.csv", | ||
"answer_key_image_path": "answer_key.jpg", | ||
"questions_in_order": ["q1..100"], | ||
"should_explain_scoring": true | ||
}, | ||
"marking_scheme": { | ||
"DEFAULT": {"correct": "2", "incorrect": "-1/3", "unmarked": "0" }, | ||
"NON_NEGATIVE": { | ||
"questions": ["q1..3"], | ||
"marking": { "correct": "2", "incorrect": "0", "unmarked": "0" } | ||
}, | ||
"BONUS_QUESTIONS": { | ||
"questions": ["q5", "q6"], | ||
"marking": { "unmarked": "2", "correct": "2", "incorrect": "2" } | ||
} | ||
"DEFAULT": {"correct": "2", "incorrect": "-2/3", "unmarked": "0" } | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
12 changes: 0 additions & 12 deletions
12
samples/community/UmarFarootAPS/csv-ans-key-from-image/evaluation.json
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-298 KB
samples/community/UmarFarootAPS/csv-ans-key-from-image/scans/Scan3.jpg
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file removed
BIN
-232 KB
samples/community/UmarFarootAPS/csv-ans-key/scans/mobile-doc-scan-1.jpg
Binary file not shown.
Oops, something went wrong.