dima806 commited on
Commit
8ca2a4a
1 Parent(s): c677b7f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ metrics:
4
+ - accuracy
5
+ - f1
6
+ ---
7
+ Returns yoga pose given an image.
8
+
9
+ See https://www.kaggle.com/code/dima806/yoga-pose-classification-vit for more details.
10
+
11
+ ```
12
+ Classification report:
13
+
14
+ precision recall f1-score support
15
+
16
+ Bridge 0.9848 0.9701 0.9774 67
17
+ Child 1.0000 0.9394 0.9688 66
18
+ Cobra 0.9403 0.9403 0.9403 67
19
+ Downward-Dog 0.9853 1.0000 0.9926 67
20
+ Pigeon 0.9697 0.9552 0.9624 67
21
+ Standing-Mountain 0.9077 0.8806 0.8939 67
22
+ Tree 0.8788 0.8657 0.8722 67
23
+ Triangle 0.8889 0.9552 0.9209 67
24
+ Warrior 0.9000 0.9403 0.9197 67
25
+
26
+ accuracy 0.9385 602
27
+ macro avg 0.9395 0.9385 0.9387 602
28
+ weighted avg 0.9394 0.9385 0.9386 602
29
+ ```