Skip to content

Commit fa22fc8

Browse files
committed
updated 2d all
1 parent 9d52167 commit fa22fc8

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ We also tried many different variations for our classifier model, which includes
7878
| Ground-Truth-Skeletons - 49 classes | 2-Stacked LSTMs, 3D coordinates | 59.7%, 72.5% |
7979
| Hourglass-Predicted-Skeletons - 8 classes | 2-Stacked LSTMs, 3D coordinates | 81.25% |
8080
| 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% |
8282
| Hourglass-Predicted-Skeletons - 8 classes | X-Y projection only + 1D conv | 75.36% |
8383
| Hourglass-Predicted-Skeletons - 8 classes | Y-Z projection only + 1D conv | 72.94% |
8484
| 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
9898
<img src='./outputs/plots/acc_classifierX3.png' style="width: 300px;" />
9999
</p>
100100

101-
* <i>all 2D projections (64.23% accuracy)</i>
101+
* <i>all 2D projections (77.235% accuracy)</i>
102102
<p align='float'>
103103
<img src='./outputs/plots/av_classifierX32d_all.png' style="width: 300px;" />
104104
<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
118118

119119
* <i>Simple 2-Stacked LSTM on entire estimated data (54.5% accuracy)</i>
120120
<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;" />
123123
</p>
124124

125125

-313 Bytes
Loading
5.79 KB
Loading
-1.94 KB
Loading

0 commit comments

Comments
 (0)