CoolFace
Apppublic

ZGTZ-2026/MultiView-4D-Human-Motion

sourceHugging Facemitupdated 7mo agoView on Hugging Face
0likes
App README

<div style="background-color: #D72222; padding: 0 20px 30px 20px;">

<div style="background:#D72222; padding:80px 20px; margin:-40px -20px; text-align:center; color:white;">

<h1 style="font-size:48px; margin-bottom:20px; color:white;"> Multi-View Continuous 4D Human Motion Dataset </h1>

<p style="font-size:24px; max-width:900px; margin:0 auto 60px auto;"> Large-Scale 1080P Multi-View Human Motion Data for AI Research & Commercial Applications </p >

<!-- 2. 核心指标卡片 --> <div style="display:flex; justify-content:center; gap:30px; flex-wrap:wrap; max-width:1200px; margin:0 auto 40px auto;">

<div style="flex:1; min-width:280px; max-width:320px; background:white; padding:40px 25px; border-radius:18px; text-align:center; box-shadow:0 10px 30px rgba(0,0,0,0.08); transition:all 0.3s ease; border:1px solid #eee;"> <h2 style="color:#D72222; margin:0 0 15px 0; font-size:48px; font-weight:700;">10,000+</h2> <p style="color:#555; margin:0; font-size:18px; font-weight:500;">Total Hours</p> </div>

<div style="flex:1; min-width:280px; max-width:320px; background:white; padding:40px 25px; border-radius:18px; text-align:center; box-shadow:0 10px 30px rgba(0,0,0,0.08); transition:all 0.3s ease; border:1px solid #eee;"> <h2 style="color:#D72222; margin:0 0 15px 0; font-size:48px; font-weight:700;">2,000+</h2> <p style="color:#555; margin:0; font-size:18px; font-weight:500;">Real-world Scenes</p> </div>

<div style="flex:1; min-width:280px; max-width:320px; background:white; padding:40px 25px; border-radius:18px; text-align:center; box-shadow:0 10px 30px rgba(0,0,0,0.08); transition:all 0.3s ease; border:1px solid #eee;"> <h2 style="color:#D72222; margin:0 0 15px 0; font-size:48px; font-weight:700;">6,000+</h2> <p style="color:#555; margin:0; font-size:18px; font-weight:500;">Subject Instances</p> </div>

</div>

</div>

<br><br>

<!-- 数据集规模与结构 --> <div style="padding:25px 20px; text-align:center; background:#ffffff; border-radius:12px; margin:-100px 0 20px 0; border:1px solid #e0e0e0; box-sizing: border-box;"> <h2 style="font-size:44px; margin-bottom:20px; color:#333; display:inline-block; margin-top:0;"> Dataset Scale <div style="height:3px; width:100px; background:#D72222; margin:10px auto 0 auto; border-radius:2px; display:block;"></div> </h2> <table align="center" style="margin:auto; border-collapse:separate; border-spacing:15px 10px; width:80%; max-width:900px;"> <tr> <td style="text-align:center; background:white; padding:18px 12px; border-radius:10px; box-shadow:0 2px 5px rgba(0,0,0,0.05);"> <h3 style="font-size:32px; color:#D72222; margin:0; font-weight:bold;">800+</h3> <p style="font-size:16px; color:#555; margin:8px 0 0 0;">Multi-Person Interactions (Hours)</p> </td> <td style="text-align:center; background:white; padding:18px 12px; border-radius:10px; box-shadow:0 2px 5px rgba(0,0,0,0.05);"> <h3 style="font-size:32px; color:#D72222; margin:0; font-weight:bold;">2,200+</h3> <p style="font-size:16px; color:#555; margin:8px 0 0 0;">Dual-Person Actions (Hours)</p> </td> <td style="text-align:center; background:white; padding:18px 12px; border-radius:10px; box-shadow:0 2px 5px rgba(0,0,0,0.05);"> <h3 style="font-size:32px; color:#D72222; margin:0; font-weight:bold;">7,000+</h3> <p style="font-size:16px; color:#555; margin:8px 0 0 0;">Single-Person Actions (Hours)</p> </td> </tr> </table> </div>

<!-- 数据结构说明 --> <div style="padding:30px 20px; text-align:left; background:#ffffff; border-radius:16px; margin:0 0 20px 0; border:1px solid #e0e0e0; box-shadow:0 4px 20px rgba(0,0,0,0.03); box-sizing: border-box;"> <h2 style="font-size:36px; margin-bottom:15px; color:#333; border-bottom:2px solid #D72222; padding-bottom:8px; display:inline-block; margin-top:0;"> 📂 Dataset Structure </h2> <p style="font-size:18px; color:#555; line-height:1.8; margin-bottom:15px; margin-top:0;"> We provide modularly selectable annotation data covering human body parameters ranging from video-level to frame-level. </p> <pre style="background:#f8f9fa; padding:18px; border-radius:10px; font-size:16px; color:#333; overflow-x:auto; border-left:4px solid #D72222; font-family: 'Courier New', monospace; line-height:1.6; margin:0 0 15px 0;"> ├── DatasetRoot/ │ ├── Videos/ # raw video data │ │ ├── Duration/ # duration │ │ ├── Scene01/ # a complete acquisition unit │ │ │ ├── Cam01.mp4 │ │ │ └── ... (6 views) │ ├── Content/ # scene content description │ │ ├── Environment/ # environment │ │ ├── SceneType/ # scene │ │ ├── PeopleCount/ # number of people │ │ ├── ActionCategory/ # action │ ├── VGGT/ # 3D Point Cloud │ ├── Annotations/ # SMPL Parameters │ │ ├── Scene01.json │ │ │ ├── "frames": [ │ │ │ │ ├──{ │ │ │ │ │ ├── "frameid": 0, │ │ │ │ │ ├── "smplparams": { │ │ │ │ │ │ ├── "globalorient": [rx, ry, rz], │ │ │ │ │ │ ├── "bodypose": [[j1rx, j1ry, j1rz],...], # 23 joints in total │ │ │ │ │ │ ├── "transl": [tx, ty, tz], │ │ │ │ │ ├── } │ │ │ │ ├──} │ │ │ ├──] </pre> <div style="background:#e3f2fd; padding:15px; border-radius:10px; margin-top:0; border-left:4px solid #2196F3;"> <p style="margin:0; color:#1976D2; font-size:16px;"> <strong>💡 Tip:</strong> Required fields can be freely chosen based on actual needs: multi-camera raw video data, environment, scene type, number of people, action category, duration, point cloud data (.vgt), frame-level human body parameters (SMPL). </p> </div> </div>

<!-- 最后一个模块:适配Markdown渲染 --> <div style="padding:30px 20px; text-align:left; background:#ffffff; border-radius:16px; border:1px solid #e0e0e0; box-shadow:0 4px 20px rgba(0,0,0,0.03); margin:0; box-sizing: border-box;"> <h2 style="font-size:36px; margin-bottom:18px; color:#333; border-bottom:2px solid #D72222; padding-bottom:8px; display:inline-block; margin-top:0;"> 📊 Dataset Overview </h2> <ul style="font-size:18px; color:#555; line-height:1.8; list-style-type:none; padding-left:0; margin:0 0 18px 0;"> <li style="margin-bottom:6px;"> <strong>multi-person actions:</strong> 800+ 小时</li> <li style="margin-bottom:6px;"> <strong>two-person actions:</strong> 2,200+ 小时</li> <li style="margin-bottom:6px;"> <strong>single-person actions:</strong> 7,000+ 小时</li> <li style="margin-bottom:6px;"> <strong>number of real-world scenes:</strong> 2,000+</li> <li style="margin-bottom:6px;"> <strong>Shooting participant person-times:</strong> 6,000+</li> <li style="margin-bottom:6px;"> <strong>total actual shooting duration:</strong> 10,000+ 小时</li> <li style="margin-bottom:6px;"> <strong>video quality:</strong> Full set of 1080P HD videos, with the longest single video exceeding 60 minutes.</li> <li style="margin-bottom:6px;"> <strong>acquisition method:</strong> Multi-view synchronous acquisition, with stable time-series alignment.</li> </ul> <hr style="border:none; border-top:1px solid #eee; margin:0 0 12px 0;"> <p style="font-size:18px; color:#555; margin:0; text-align:center;"> <a href="http://220.168.41.41:8090/multi-viewData/index" style="color:#D72222; text-decoration:none; font-weight:bold; border:2px solid #D72222; padding:12px 30px; border-radius:8px; display:inline-block; transition:background 0.3s;"> Visit Official Website:中广天择2026年高清连续多视角4D视频数据集 </a> </p> </div> </div>