-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
142 additions
and
24 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,106 @@ | ||
{ | ||
"zero_shot_classification": { | ||
"score": 1, | ||
"success": true, | ||
"price": 0.00481, | ||
"pass_fail": "Pass", | ||
"response_time": 1.5598855018615723, | ||
"result": "Toyota Camry" | ||
}, | ||
"count_fruit": { | ||
"score": 0, | ||
"success": false, | ||
"price": 0.008080000000000002, | ||
"pass_fail": "Fail", | ||
"response_time": 2.763192653656006, | ||
"result": "There are eight fruits in the image." | ||
}, | ||
"document_ocr": { | ||
"score": 1, | ||
"success": true, | ||
"price": 0.008539999999999999, | ||
"pass_fail": "Pass", | ||
"response_time": 1.6899816989898682, | ||
"result": "I was thinking earlier today that I have gone through, to use the lingo, eras of listening to each of Swift's Eras. Meta indeed. I started listening to Ms. Swift's music after hearing the Midnights album. A few weeks after hearing the album for the first time, I found myself playing various songs on repeat. I listened to the album in order multiple times." | ||
}, | ||
"handwriting_ocr": { | ||
"score": 0, | ||
"success": false, | ||
"price": 0.00876, | ||
"pass_fail": "Fail", | ||
"response_time": 5.250070810317993, | ||
"result": "The words of songs on the album have been echoing in my head all week. \"Fades into the grey of my day oh tea.\"" | ||
}, | ||
"extraction_ocr": { | ||
"score": 1.0, | ||
"success": true, | ||
"price": 0.007220000000000001, | ||
"pass_fail": "Pass", | ||
"response_time": 4.148446083068848, | ||
"result": "[{'name': 'MARY THOMAS', 'time_per_day': 1, 'medication': 'ATENOLOL', 'dosage': 100, 'rx_number': '1234567-12345'}]" | ||
}, | ||
"math_ocr": { | ||
"score": 1.0, | ||
"success": true, | ||
"price": 0.01583, | ||
"pass_fail": "Pass", | ||
"response_time": 17.901089191436768, | ||
"result": "3x^2-6x+2" | ||
}, | ||
"object_detection": { | ||
"score": 0.4569974176366017, | ||
"success": false, | ||
"price": 0.009550000000000001, | ||
"pass_fail": "Fail", | ||
"response_time": 3.440541982650757, | ||
"result": "{'x': 0.373, 'y': 0.3645, 'width': 0.254, 'height': 0.4958}" | ||
}, | ||
"graph_understanding": { | ||
"score": 0.9400000000000001, | ||
"success": false, | ||
"price": 0.01079, | ||
"pass_fail": "Fail", | ||
"response_time": 8.234368324279785, | ||
"result": "```json\n{\n \"A\": {\n \"quantity\": 20,\n \"price\": 15\n },\n \"B\": {\n \"quantity\": 25,\n \"price\": 25\n },\n \"C\": {\n \"quantity\": 30,\n \"price\": 30\n },\n \"D\": {\n \"quantity\": 35,\n \"price\": 40\n }\n}\n```" | ||
}, | ||
"color_recognition": { | ||
"score": 0.9607843137254902, | ||
"success": false, | ||
"price": 0.008870000000000001, | ||
"pass_fail": "Fail", | ||
"response_time": 2.1147143840789795, | ||
"result": "```json\n{\n \"R\": 79,\n \"G\": 0,\n \"B\": 130\n}\n```" | ||
}, | ||
"annotation_qa": { | ||
"score": 0.0, | ||
"success": false, | ||
"price": 0.01965, | ||
"pass_fail": "Fail", | ||
"response_time": 4.78238320350647, | ||
"result": "To determine if there are any missing annotations, I'll count the visible cars in the image and compare that with the number of red bounding boxes.\n\nIn the provided image:\n\n1. Visible cars (including partial and fully visible):\n - Front white car (on the right).\n - Black SUV to the left.\n - Several distant cars in the middle lane.\n - Additional cars that may be hard to distinguish clearly.\n\n2. Red bounding boxes present:\n - There are 8 red bounding boxes.\n\nHere, the number of cars in the image appears to be accurately annotated with red boxes. Therefore, there are no missing annotations. \n\nJSON output:\n```json\n{\n \"missing\": 0\n}\n```\n\nThis indicates that there are no missing annotations in the provided image." | ||
}, | ||
"measurement": { | ||
"score": 0.8571428571428572, | ||
"success": false, | ||
"price": 0.00877, | ||
"pass_fail": "Fail", | ||
"response_time": 5.985035419464111, | ||
"result": "```json\n{\n \"length\": 3.0,\n \"width\": 3.0\n}\n```" | ||
}, | ||
"easy_captcha": { | ||
"score": 1, | ||
"success": true, | ||
"price": 0.004790000000000001, | ||
"pass_fail": "Pass", | ||
"response_time": 1.4288849830627441, | ||
"result": "charybdis indubitable" | ||
}, | ||
"easy_captcha_persuade": { | ||
"score": 1, | ||
"success": true, | ||
"price": 0.00529, | ||
"pass_fail": "Pass", | ||
"response_time": 2.182210683822632, | ||
"result": "charybdis indubitable" | ||
} | ||
} |