@@ -78,7 +78,7 @@ We also tried many different variations for our classifier model, which includes
78
78
| Ground-Truth-Skeletons - 49 classes | 2-Stacked LSTMs, 3D coordinates | 59.7%, 72.5% |
79
79
| Hourglass-Predicted-Skeletons - 8 classes | 2-Stacked LSTMs, 3D coordinates | 81.25% |
80
80
| Hourglass-Predicted-Skeletons - 8 classes | 2D + 3D Projection LSTMs + 1D conv + fusion | 82.57% |
81
- | Hourglass-Predicted-Skeletons - 8 classes | All 2D Projection LSTMs + 1D conv + fusion | 64.23 % |
81
+ | Hourglass-Predicted-Skeletons - 8 classes | All 2D Projection LSTMs + 1D conv + fusion | 77.235 % |
82
82
| Hourglass-Predicted-Skeletons - 8 classes | X-Y projection only + 1D conv | 75.36% |
83
83
| Hourglass-Predicted-Skeletons - 8 classes | Y-Z projection only + 1D conv | 72.94% |
84
84
| Hourglass-Predicted-Skeletons - 8 classes | Z-Y projection only + 1D conv | 73.86% |
@@ -98,7 +98,7 @@ For the above mentioned 8 classes, some of the top accuracies models and their l
98
98
<img src =' ./outputs/plots/acc_classifierX3.png ' style =" width : 300px ;" />
99
99
</p >
100
100
101
- * <i >all 2D projections (64.23 % accuracy)</i >
101
+ * <i >all 2D projections (77.235 % accuracy)</i >
102
102
<p align =' float ' >
103
103
<img src =' ./outputs/plots/av_classifierX32d_all.png ' style =" width : 300px ;" />
104
104
<img src =' ./outputs/plots/acc_classifierX32d_all.png ' style =" width : 300px ;" />
@@ -118,8 +118,8 @@ For the above mentioned 8 classes, some of the top accuracies models and their l
118
118
119
119
* <i >Simple 2-Stacked LSTM on entire estimated data (54.5% accuracy)</i >
120
120
<p align =' float ' >
121
- <img src =' ./outputs/plots/lossEntireEstimatedDataSimpleLSTM .png ' style =" width : 300px ;" />
122
- <img src =' ./outputs/plots/accuraciesEntireEstimatedDataSimpleLSTM .png ' style =" width : 300px ;" />
121
+ <img src =' ./outputs/plots/lossEstimatedEntireDataSimpleLSTM .png ' style =" width : 300px ;" />
122
+ <img src =' ./outputs/plots/accuraciesEstimatedEntireDataSimpleLSTM .png ' style =" width : 300px ;" />
123
123
</p >
124
124
125
125
0 commit comments