Commit
·
94aff3a
1
Parent(s):
cb3460f
Add JSON predictions file and implement Gradio client for submission
Browse files
s.json
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"predictions": [
|
3 |
+
{
|
4 |
+
"index": 0,
|
5 |
+
"img_id": "cla820gl0s3nv071u4fgd7xgq",
|
6 |
+
"question": "Are there any abnormalities in the image? Check all that are present.",
|
7 |
+
"answer": "yes"
|
8 |
+
},
|
9 |
+
{
|
10 |
+
"index": 1,
|
11 |
+
"img_id": "cla820gl0s3nv071u4fgd7xgq",
|
12 |
+
"question": "Are there any anatomical landmarks in the image? Check all that are present.",
|
13 |
+
"answer": "none"
|
14 |
+
},
|
15 |
+
{
|
16 |
+
"index": 2,
|
17 |
+
"img_id": "cla820gl0s3nv071u4fgd7xgq",
|
18 |
+
"question": "Are there any instruments in the image? Check all that are present.",
|
19 |
+
"answer": "none"
|
20 |
+
},
|
21 |
+
{
|
22 |
+
"index": 3,
|
23 |
+
"img_id": "cla820gl0s3nv071u4fgd7xgq",
|
24 |
+
"question": "Have all polyps been removed?",
|
25 |
+
"answer": "no"
|
26 |
+
},
|
27 |
+
{
|
28 |
+
"index": 4,
|
29 |
+
"img_id": "cla820gl0s3nv071u4fgd7xgq",
|
30 |
+
"question": "Is this finding easy to detect?",
|
31 |
+
"answer": "yes"
|
32 |
+
}
|
33 |
+
],
|
34 |
+
"total_time": 56.3061,
|
35 |
+
"memory_used_mb": 0,
|
36 |
+
"model_memory_mb": 0,
|
37 |
+
"gpu_name": "cpu"
|
38 |
+
}
|