krahets commited on
Commit
1a6bd47
Β·
1 Parent(s): 0381cd1

Simplify model card presentation

Browse files
Files changed (1) hide show
  1. README.md +18 -28
README.md CHANGED
@@ -10,46 +10,36 @@ tags:
10
  - novel-view-synthesis
11
  ---
12
 
13
- <h1 align="center">4DAnyone</h1>
14
 
15
- <h2 align="center">Create Anyone in 4D from a Casual Monocular Video</h2>
16
 
17
- <p align="center">
18
- <a href="https://4danyone.github.io/"><strong>Project Page</strong></a>
19
- &nbsp;|&nbsp;
20
- <a href="https://github.com/ant-research/4DAnyone"><strong>Code</strong></a>
21
- </p>
22
 
23
- <p align="center">
24
- <img src="assets/teaser.gif" width="100%" alt="4DAnyone teaser">
25
- </p>
26
-
27
- <p align="center">
28
- 4DAnyone turns a casual monocular video into multi-view videos, enabling downstream 4DGS reconstruction.
29
- </p>
30
 
31
  ## Models
32
 
33
  ```text
34
  4danyone/
35
- β”œβ”€β”€ model.safetensors # 4DAnyone multi-view video generation checkpoint
36
- β”œβ”€β”€ smplx_to_goliath70.pt # Sparse SMPL-X-to-MHR70 keypoint regressor and schema
37
- β”œβ”€β”€ Wan2.2_VAE.pth # Wan2.2-TI2V-5B video VAE
38
- β”œβ”€β”€ models_t5_umt5-xxl-enc-bf16.pth # UMT5-XXL text encoder weights
39
- └── umt5-xxl/ # UMT5-XXL tokenizer
40
- β”œβ”€β”€ special_tokens_map.json # Special-token mapping
41
- β”œβ”€β”€ spiece.model # SentencePiece model
42
- β”œβ”€β”€ tokenizer.json # Serialized fast tokenizer
43
- └── tokenizer_config.json # Tokenizer configuration
44
 
45
  gvhmr/
46
- β”œβ”€β”€ gvhmr_siga24_release.ckpt # GVHMR global human-motion recovery checkpoint
47
- β”œβ”€β”€ epoch=10-step=25000.ckpt # HMR2.0a image-feature extractor checkpoint
48
- β”œβ”€β”€ vitpose-h-multi-coco.pth # ViTPose-H 2D human-pose checkpoint
49
- └── yolov8x.pt # YOLOv8-X person detector
50
 
51
  data/source/pexels/
52
- └── eight 121-frame example videos # Ready-to-run inputs; sources are documented alongside them
53
  ```
54
 
55
  Licensing is asset-specific. See [LICENSE](LICENSE) for the exact scope and
 
10
  - novel-view-synthesis
11
  ---
12
 
13
+ # 4DAnyone: Create Anyone in 4D from a Casual Monocular Video
14
 
15
+ [Project Page](https://4danyone.github.io/) &nbsp;|&nbsp; [Code](https://github.com/ant-research/4DAnyone)
16
 
17
+ <img src="assets/teaser.gif" width="100%" alt="4DAnyone teaser">
 
 
 
 
18
 
19
+ 4DAnyone turns a casual monocular video into multi-view videos, enabling downstream 4DGS reconstruction.
 
 
 
 
 
 
20
 
21
  ## Models
22
 
23
  ```text
24
  4danyone/
25
+ β”œβ”€β”€ model.safetensors
26
+ β”œβ”€β”€ smplx_to_goliath70.pt
27
+ β”œβ”€β”€ Wan2.2_VAE.pth
28
+ β”œβ”€β”€ models_t5_umt5-xxl-enc-bf16.pth
29
+ └── umt5-xxl/
30
+ β”œβ”€β”€ special_tokens_map.json
31
+ β”œβ”€β”€ spiece.model
32
+ β”œβ”€β”€ tokenizer.json
33
+ └── tokenizer_config.json
34
 
35
  gvhmr/
36
+ β”œβ”€β”€ gvhmr_siga24_release.ckpt
37
+ β”œβ”€β”€ epoch=10-step=25000.ckpt
38
+ β”œβ”€β”€ vitpose-h-multi-coco.pth
39
+ └── yolov8x.pt
40
 
41
  data/source/pexels/
42
+ └── eight 121-frame example videos
43
  ```
44
 
45
  Licensing is asset-specific. See [LICENSE](LICENSE) for the exact scope and