Skip to content

Commit

Permalink
update website
Browse files Browse the repository at this point in the history
  • Loading branch information
Ir1d committed Jan 3, 2024
1 parent 93bf38f commit 6254369
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pip install kaolin -f https://nvidia-kaolin.s3.us-east-2.amazonaws.com/torch-1.1

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](https://github.com/liuyuan-pal/SyncDreamer).
Each test case contains two folders: `{name}_pose0` and `{name}_sync`. `pose0` refers to the monocular video sequence. `sync` refers to the pseudo labels generated by [SyncDreamer](https://github.com/liuyuan-pal/SyncDreamer).

We recommend using [Practical-RIFE](https://github.com/hzwer/Practical-RIFE) if you need to introduce more frames in your video sequence.

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.038341f3.js",
"main.js": "/4DGen/static/js/main.f3113fb3.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.038341f3.js.map": "/4DGen/static/js/main.038341f3.js.map",
"main.f3113fb3.js.map": "/4DGen/static/js/main.f3113fb3.js.map",
"787.4abed053.chunk.js.map": "/4DGen/static/js/787.4abed053.chunk.js.map"
},
"entrypoints": [
"static/css/main.eaddf7b7.css",
"static/js/main.038341f3.js"
"static/js/main.f3113fb3.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.038341f3.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.f3113fb3.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>
1 change: 0 additions & 1 deletion docs/static/js/main.038341f3.js.map

This file was deleted.

Large diffs are not rendered by default.

File renamed without changes.
1 change: 1 addition & 0 deletions docs/static/js/main.f3113fb3.js.map

Large diffs are not rendered by default.

0 comments on commit 6254369

Please sign in to comment.