Skip to content

Commit adb15ba

Browse files
Merge pull request #26 from MSD-IRIMAS/aif/deeprehabpile
[ENH] Add webpage
2 parents 5db5e02 + a943d00 commit adb15ba

18 files changed

+2192
-0
lines changed

pages/DeepRehabPile/index.html

Lines changed: 214 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,214 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="description"
6+
content="Deep Learning for Skeleton Based Human Motion Rehabilitation Assessment: A Benchmark">
7+
<meta name="keywords" content="Deep Learning, Human Motion Analysis, Human Rehabilitation Assessment, Deep Learning Rehabilitation, Skeleton Based Rehabilitaiton Assessment, Machine Learning, Time Series">
8+
<meta name="viewport" content="width=device-width, initial-scale=1">
9+
<title id="page-title"></title>
10+
11+
<link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro"
12+
rel="stylesheet">
13+
14+
<link rel="stylesheet" href="./static/css/bulma.min.css">
15+
<link rel="stylesheet" href="./static/css/bulma-slider.min.css">
16+
<link rel="stylesheet" href="./static/css/fontawesome.all.min.css">
17+
<link rel="stylesheet"
18+
href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
19+
<link rel="stylesheet" href="./static/css/index.css">
20+
<link rel="icon" href="./static/images/favicon.svg">
21+
22+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
23+
<script defer src="./static/js/fontawesome.all.min.js"></script>
24+
<script src="./static/js/bulma-slider.min.js"></script>
25+
<script src="./static/js/bibtexParse.js"></script>
26+
<script src="./static/js/load_paper_data.js"></script>
27+
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
28+
<script type="text/javascript" src="https://cdn.bokeh.org/bokeh/release/bokeh-2.1.1.min.js" integrity="sha384-kLr4fYcqcSpbuI95brIH3vnnYCquzzSxHPU6XGQCIkQRGJwhg0StNbj1eegrHs12" crossorigin="anonymous"></script>
29+
<script type="text/javascript">
30+
Bokeh.set_log_level("info");
31+
</script>
32+
</head>
33+
<body>
34+
35+
<nav class="navbar" role="navigation" aria-label="main navigation">
36+
<div class="navbar-brand">
37+
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false">
38+
<span aria-hidden="true"></span>
39+
<span aria-hidden="true"></span>
40+
<span aria-hidden="true"></span>
41+
</a>
42+
</div>
43+
<div class="navbar-menu">
44+
<div class="navbar-start" style="flex-grow: 1; justify-content: center;">
45+
<a class="navbar-item" href="https://msd-irimas.github.io">
46+
<span class="icon">
47+
<i class="fas fa-home"></i>
48+
</span>
49+
</a>
50+
</div>
51+
52+
</div>
53+
</nav>
54+
55+
56+
<section class="hero">
57+
<div class="hero-body">
58+
<div class="container is-max-desktop">
59+
<div class="columns is-centered">
60+
<div class="column has-text-centered">
61+
<h1 id="paper-title" class="title is-2 publication-title"></h1>
62+
<div id="paper-authors" class="is-size-5 publication-authors">
63+
</div>
64+
65+
<div id="paper-institutions" class="is-size-5 publication-authors">
66+
</div>
67+
68+
<div class="column has-text-centered">
69+
<div id="paper-links" class="publication-links">
70+
</div>
71+
72+
</div>
73+
</div>
74+
</div>
75+
</div>
76+
</div>
77+
</section>
78+
79+
<section class="hero teaser">
80+
<div class="container is-max-desktop">
81+
<div class="hero-body">
82+
<!-- <img id="img-overview" src=""
83+
class="interpolation-image"
84+
alt=""/> -->
85+
<iframe id="img-overview"
86+
src=""
87+
class="interpolation-image"
88+
style="width: 120%; height: 400px; border: none; margin-left:5%"> </iframe>
89+
<h2 id ="caption-overview" class="subtitle has-text-centered"></h2>
90+
</div>
91+
</div>
92+
</section>
93+
94+
95+
<section class="section">
96+
<div class="container is-max-desktop">
97+
<!-- Abstract. -->
98+
<div class="columns is-centered has-text-centered">
99+
<div class="column is-four-fifths">
100+
<h2 class="title is-3">Abstract</h2>
101+
<div id="abstract" class="content has-text-justified">
102+
</div>
103+
</div>
104+
</div>
105+
<!--/ Abstract. -->
106+
</div>
107+
</section>
108+
109+
110+
<!-- <section id="specific-parts" class="section">
111+
</section> -->
112+
113+
114+
<section class="section" id="rehab-pile">
115+
<div class="container is-max-desktop">
116+
<!-- Datasets. -->
117+
<div class="columns is-centered has-text-centered">
118+
<div class="column is-four-fifths">
119+
<h2 class="title is-3">The Rehab Pile Datasets</h2>
120+
<p>We present below the 21 extrinsic regression and 39 classification datasets in our rehabilitation archive.</p>
121+
<br>
122+
<p>In order to download our full archive you can simply execute <a href="static/bash/get_datasets.sh">this bash file</a>.</p>
123+
<br>
124+
<p>All information in both tables below can be found in <a href="static/jsons/rehab_datasets.json">this json file</a>.</p>
125+
<br>
126+
<p>
127+
In order to read the datasets you can use the <a href="https://github.com/MSD-IRIMAS/DeepRehabPile/blob/main/deep_rehab_pile/utils/_utils.py">following utils functions</a>.
128+
</p>
129+
<br>
130+
<div id="datasets" class="content has-text-justified">
131+
132+
<div id="rgs-datasets">
133+
134+
<table id="regression-table">
135+
<caption>Details for the 21 regression datasets.</caption>
136+
<thead>
137+
<tr>
138+
<th>Dataset</th>
139+
<th>Exercise</th>
140+
<th>Acronym</th>
141+
<th>Samples</th>
142+
<th>Subjects</th>
143+
<th>Folds</th>
144+
<th>Frames</th>
145+
<th>Joints</th>
146+
<th>Dimensions</th>
147+
<th>Label-Range</th>
148+
<th>Article</th>
149+
</tr>
150+
</thead>
151+
<tbody>
152+
<!-- Filled by JS -->
153+
</tbody>
154+
</table>
155+
</div>
156+
157+
<div id="cls-datasets">
158+
<table id="classification-table">
159+
<caption>Details for the 39 classification datasets.</caption>
160+
<thead>
161+
<tr>
162+
<th>Dataset</th>
163+
<th>Exercise</th>
164+
<th>Acronym</th>
165+
<th>Samples</th>
166+
<th>Subjects</th>
167+
<th>Folds</th>
168+
<th>Frames</th>
169+
<th>Joints</th>
170+
<th>Dimensions</th>
171+
<th>Classes</th>
172+
<th>Article</th>
173+
</tr>
174+
</thead>
175+
<tbody>
176+
<!-- Filled by JS -->
177+
</tbody>
178+
</table>
179+
</div>
180+
181+
</div>
182+
</div>
183+
</div>
184+
<!--/ Datasets. -->
185+
</div>
186+
</section>
187+
188+
<section class="section" id="BibTeX">
189+
<div class="container is-max-desktop content">
190+
<h2 class="title">BibTeX</h2>
191+
<pre><code id="bibtex-info"></code></pre>
192+
</div>
193+
</section>
194+
195+
<footer class="footer">
196+
<div class="container is-max-desktop">
197+
<div class="columns is-centered">
198+
<div class="column is-full-width">
199+
<h2 class="title is-3">Acknowledgment</h2>
200+
<div class="content has-text-justified">
201+
<p id="acknowledgment">
202+
</p>
203+
<p>
204+
Source code available <a id="webpage-link" href="">here</a>. The template is inspired from <a
205+
href="https://github.com/nerfies/nerfies.github.io">here</a>.
206+
</p>
207+
</div>
208+
</div>
209+
</div>
210+
</div>
211+
</footer>
212+
213+
</body>
214+
</html>
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
#!/bin/bash
2+
3+
root_path="https://maxime-devanne.com/datasets/RehabPile/"
4+
5+
list_of_dataset_names_origin=('EHE_reg' 'IRDS_clf_bn' 'KERAAL_clf_bn' 'KERAAL_clf_mc' 'KIMORE_clf_bn' 'KIMORE_reg' 'KINECAL_clf_bn' 'SPHERE_clf_bn' 'UCDHE_clf_bn' 'UCDHE_clf_mc' 'UIPRMD_clf_bn' 'UIPRMD_reg')
6+
7+
mkdir -p "classification/"
8+
mkdir -p "regression/"
9+
10+
target_task=""
11+
12+
for dataset_origin in "${list_of_dataset_names_origin[@]}"; do
13+
14+
if [[ $dataset_origin == *"clf"* ]]; then
15+
target_task="classification"
16+
fi
17+
18+
if [[ $dataset_origin == *"reg"* ]]; then
19+
target_task="regression"
20+
fi
21+
22+
subfolders=$(wget -q -O - $root_path$dataset_origin | grep -oP '(?<=href=")[^"]*(?=/")')
23+
24+
for folder in $subfolders; do
25+
26+
if [[ "$folder" == "/datasets/RehabPile" ]]; then
27+
continue
28+
fi
29+
30+
new_dataset_name=$dataset_origin"_"$folder
31+
new_path_download=$target_task"/"$new_dataset_name
32+
33+
included_dir="/datasets/RehabPile/"$dataset_origin"/"$folder
34+
35+
wget -r -np -nH --cut-dirs=4 -R "index.html*" $folder -P "$new_path_download" -I $included_dir $root_path$dataset_origin"/"$folder
36+
rm $new_path_download"/"$folder
37+
echo $new_dataset_name
38+
39+
done
40+
41+
done
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
@article{ismail-fawaz2025DeepRehabPile,
2+
author = {Ismail-Fawaz, Ali and Devanne, Maxime and Berretti, Sefano and Weber, Jonathan and Forestier, Germain},
3+
title = {Deep Learning for Skeleton Based Human Motion Rehabilitation Assessment: A Benchmark},
4+
journal={arxiv preprint},
5+
year = {2025}
6+
}

0 commit comments

Comments
 (0)