Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -57,7 +57,7 @@
|
|
57 |
<div class="video-container">
|
58 |
<div class="video-wrapper">
|
59 |
<video id="laptopVideo">
|
60 |
-
<source src="https://huggingface.co/datasets/cyberorigin/
|
61 |
Your browser does not support the video tag.
|
62 |
</video>
|
63 |
</div>
|
@@ -81,7 +81,7 @@
|
|
81 |
<div id="plotDiv"></div>
|
82 |
|
83 |
<script>
|
84 |
-
const csvFilePath = '
|
85 |
const body_part_names = [
|
86 |
'Left Shoulder', 'Right Upper Arm', 'Left Lower Leg', 'Spine1', 'Right Upper Leg',
|
87 |
'Spine3', 'Right Lower Arm', 'Left Foot', 'Right Lower Leg', 'Right Shoulder',
|
|
|
57 |
<div class="video-container">
|
58 |
<div class="video-wrapper">
|
59 |
<video id="laptopVideo">
|
60 |
+
<source src="https://huggingface.co/datasets/cyberorigin/fold_towels/resolve/main/Video/video.mp4" type="video/mp4">
|
61 |
Your browser does not support the video tag.
|
62 |
</video>
|
63 |
</div>
|
|
|
81 |
<div id="plotDiv"></div>
|
82 |
|
83 |
<script>
|
84 |
+
const csvFilePath = 'https://huggingface.co/datasets/cyberorigin/fold_towels/blob/main/MoCap/mocap.csv';
|
85 |
const body_part_names = [
|
86 |
'Left Shoulder', 'Right Upper Arm', 'Left Lower Leg', 'Spine1', 'Right Upper Leg',
|
87 |
'Spine3', 'Right Lower Arm', 'Left Foot', 'Right Lower Leg', 'Right Shoulder',
|