Audio Classification
English
music
art
admin commited on
Commit
25cc39d
·
1 Parent(s): ef23bf1

add result tab

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -30,6 +30,18 @@ cd erhu_playing_tech
30
  ```
31
 
32
  ## Results
 
 
 
 
 
 
 
 
 
 
 
 
33
  A demo result of Swin-T fine-tuning by mel:
34
  <style>
35
  #erhu td {
 
30
  ```
31
 
32
  ## Results
33
+ | Backbone | Mel | CQT | Chroma |
34
+ | :----------------: | :-----------------------: | :-------: | :-------: |
35
+ | Swin-S | 0.978 | 0.940 | 0.903 |
36
+ | Swin-T | [**0.994**](#best-result) | **0.958** | **0.957** |
37
+ | AlexNet | 0.960 | 0.970 | 0.933 |
38
+ | ConvNeXt-T | **0.994** | **0.993** | **0.954** |
39
+ | ShuffleNet-V2-X2.0 | 0.990 | 0.923 | 0.887 |
40
+ | GoogleNet | 0.986 | 0.981 | 0.908 |
41
+ | SqueezeNet1.1 | 0.932 | 0.939 | 0.875 |
42
+ | Average | 0.976 | 0.958 | 0.917 |
43
+
44
+ ### Best Result
45
  A demo result of Swin-T fine-tuning by mel:
46
  <style>
47
  #erhu td {