Skip to content

Commit 2be9410

Browse files
author
tianzhao
committed
hid addtional canvas
1 parent f4777c4 commit 2be9410

3 files changed

Lines changed: 631 additions & 19 deletions

File tree

main.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,27 @@
3131
<body>
3232
<h1>TF.js Pose Estimation + One Euro Filter</h1>
3333

34+
<!-- 加载状态显示 -->
35+
<div id="loading-status" style="
36+
display: none;
37+
position: fixed;
38+
top: 50%;
39+
left: 50%;
40+
transform: translate(-50%, -50%);
41+
background: rgba(0, 0, 0, 0.8);
42+
color: white;
43+
padding: 20px 40px;
44+
border-radius: 8px;
45+
font-size: 16px;
46+
z-index: 9999;
47+
text-align: center;
48+
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
49+
">
50+
<div style="margin-bottom: 10px;">🤖 AI姿态估计器</div>
51+
<div id="loading-message">正在初始化...</div>
52+
<div style="margin-top: 15px; font-size: 12px; opacity: 0.8;">首次加载可能需要较长时间</div>
53+
</div>
54+
3455
<!-- 参数控制面板 -->
3556
<div style="margin: 20px 0; padding: 15px; border: 1px solid #ccc; border-radius: 5px; background-color: #f9f9f9;">
3657
<h3 style="display: inline-block; margin-right: 15px;">One Euro Filter 参数设置</h3>

0 commit comments

Comments
 (0)