Skip to content

Commit

Permalink
update paper links
Browse files Browse the repository at this point in the history
  • Loading branch information
Ir1d committed Dec 29, 2023
1 parent 3d65da4 commit 36f74dd
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 4DGen: Grounded 4D Content Generation with Spatial-temporal Consistency

[[Project Page]](https://vita-group.github.io/4DGen/) | [[Video]](https://www.youtube.com/watch?v=-bXyBKdpQ1o)
[[Project Page]](https://vita-group.github.io/4DGen/) | [[Video (narrated)]](https://www.youtube.com/watch?v=-bXyBKdpQ1o) | [[Video (results only)]](https://www.youtube.com/watch?v=Hbava1VpeXY) | [[Paper]](https://github.com/VITA-Group/4DGen/blob/main/4dgen.pdf)

![overview](https://raw.githubusercontent.com/VITA-Group/4DGen/main/docs/static/media/task.a51c143187610723eb8f.png)

Expand All @@ -25,7 +25,7 @@ pip install kaolin -f https://nvidia-kaolin.s3.us-east-2.amazonaws.com/torch-1.1

## Data Preparation

We will release our collected data in Google Drive.
We release our collected data in [Google Drive](https://drive.google.com/drive/folders/1-lbtj-YiA7d0Nbe6Qcc_t0W_CKKEw_bm?usp=drive_link).

Each test cases contains two folders: `{name}_pose0` and `{name}_sync`. `pose0` refers to the monocular video sequence. `sync` refers to the pseudo labels generated by SyncDreamer.

Expand Down
6 changes: 3 additions & 3 deletions docs/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"files": {
"main.css": "/4DGen/static/css/main.eaddf7b7.css",
"main.js": "/4DGen/static/js/main.618a59f5.js",
"main.js": "/4DGen/static/js/main.1a496671.js",
"static/js/787.4abed053.chunk.js": "/4DGen/static/js/787.4abed053.chunk.js",
"static/media/brand-icons.svg": "/4DGen/static/media/brand-icons.6729d29753e000c17489.svg",
"static/media/icons.svg": "/4DGen/static/media/icons.62d9dae4e0040e81c980.svg",
Expand All @@ -23,11 +23,11 @@
"static/media/outline-icons.woff2": "/4DGen/static/media/outline-icons.687a4990ea22bb1a49d4.woff2",
"index.html": "/4DGen/index.html",
"main.eaddf7b7.css.map": "/4DGen/static/css/main.eaddf7b7.css.map",
"main.618a59f5.js.map": "/4DGen/static/js/main.618a59f5.js.map",
"main.1a496671.js.map": "/4DGen/static/js/main.1a496671.js.map",
"787.4abed053.chunk.js.map": "/4DGen/static/js/787.4abed053.chunk.js.map"
},
"entrypoints": [
"static/css/main.eaddf7b7.css",
"static/js/main.618a59f5.js"
"static/js/main.1a496671.js"
]
}
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/4DGen/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="We introduce grounded 4D content generation. We identify static 3D assets and monocular video sequences as key components in constructing the 4D content. Our pipeline facilitates conditional 4D generation, enabling users to specify geometry (3D assets) and motion (monocular videos), thus offering superior control over content creation."/><link rel="manifest" href="/4DGen/manifest.json"/><title>4DGen: Grounded 4D Content Generation with Spatial-temporal Consistency</title><script defer="defer" src="/4DGen/static/js/main.618a59f5.js"></script><link href="/4DGen/static/css/main.eaddf7b7.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/4DGen/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="We introduce grounded 4D content generation. We identify static 3D assets and monocular video sequences as key components in constructing the 4D content. Our pipeline facilitates conditional 4D generation, enabling users to specify geometry (3D assets) and motion (monocular videos), thus offering superior control over content creation."/><link rel="manifest" href="/4DGen/manifest.json"/><title>4DGen: Grounded 4D Content Generation with Spatial-temporal Consistency</title><script defer="defer" src="/4DGen/static/js/main.1a496671.js"></script><link href="/4DGen/static/css/main.eaddf7b7.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

Large diffs are not rendered by default.

File renamed without changes.

Large diffs are not rendered by default.

0 comments on commit 36f74dd

Please sign in to comment.