Spaces:
Sleeping
Sleeping
add meta config
Browse files
README.md
CHANGED
@@ -1,3 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# HDM
|
2 |
Official implementation for Hierarachical Diffusion Model in CVPR24 Template free reconstruction of human object interaction
|
3 |
|
|
|
1 |
+
---
|
2 |
+
title: Template Free Reconstruction of Human-object Interaction with Procedural Interaction Generation
|
3 |
+
metaTitle: HDM
|
4 |
+
emoji: ?
|
5 |
+
colorFrom: yellow
|
6 |
+
colorTo: green
|
7 |
+
sdk: gradio
|
8 |
+
sdk_version: 3.47.1
|
9 |
+
python_version: 3.8
|
10 |
+
app_file: app.py
|
11 |
+
license: other
|
12 |
+
pinned: false
|
13 |
+
---
|
14 |
+
|
15 |
# HDM
|
16 |
Official implementation for Hierarachical Diffusion Model in CVPR24 Template free reconstruction of human object interaction
|
17 |
|