Skip to content

Commit e97c5a1

Browse files
committed
fix a typo
1 parent 632912a commit e97c5a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_pages/projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author_profile: true
55

66
<span style="font-size:19px; color:RoyalBlue"><strong>Action Segmentation of Figure Skating Competition Videos</strong></span>
77
**Topics: action segmentation, deep learning, lstm, cnn, keras**
8-
**Links:** [[Github]](https://github.com/mayupei/figure-skating-action-segmentation)
8+
**Link:** [[Github]](https://github.com/mayupei/figure-skating-action-segmentation)
99
In figure skating judging, judges often need to replay a technical element to determine its difficulty and execution. Under the current system, a replay operator is responsible for marking the start and end time of each element as it is being performed, allowing for quick access to replays during the review process. This project aims to automate this process via action segmentation using a deep learning approach. I developed a two-stage LSTM-CNN framework that segments jumps and spins in competition videos using skeleton-based features. The model was trained and evaluated on 222 routines, achieving 0.92 frame-wise accuracy and 0.89 segment-level F1@50 via 5-fold cross-validation, significantly outperforming a baseline LSTM model (0.31 segment-level F1@50).
1010

1111
<span style="font-size:19px; color:RoyalBlue"><strong>Investigating Bloc Judging in Figure Skating Competitions</strong></span>

0 commit comments

Comments
 (0)