charuka0 commited on
Commit
ee6ec76
·
verified ·
1 Parent(s): 2f58cf2

Add thresholds.json

Browse files
Files changed (1) hide show
  1. thresholds.json +16 -0
thresholds.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "classes": [
3
+ "Whitehead",
4
+ "Blackhead",
5
+ "Papule",
6
+ "Pustule",
7
+ "Nodule"
8
+ ],
9
+ "thresholds": [
10
+ 0.9300000000000002,
11
+ 0.7200000000000002,
12
+ 0.7500000000000002,
13
+ 0.5000000000000001,
14
+ 0.8200000000000002
15
+ ]
16
+ }