haoningwu commited on
Commit
be4749b
·
verified ·
1 Parent(s): c5e4f8b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -1,5 +1,4 @@
1
  ---
2
- library_name: trellis
3
  pipeline_tag: image-to-3d
4
  license: mit
5
  language:
@@ -17,11 +16,12 @@ This repository contains the official PyTorch implementation of SceneGen: https:
17
  </div>
18
 
19
  ## 🌟 Some Information
20
- [Project Page](https://mengmouxu.github.io/SceneGen/) $\cdot$ [Paper](https://arxiv.org/abs/2508.15769/) $\cdot$ [Checkpoints](https://huggingface.co/haoningwu/SceneGen/)
21
 
22
  ## ⏩ News
23
- - [2025.8] Our pre-print paper is released on arXiv.
24
  - [2025.8] The inference code and checkpoints are released.
 
 
25
 
26
  ## 📦 Installation & Pretrained Models
27
 
@@ -46,7 +46,7 @@ This repository contains the official PyTorch implementation of SceneGen: https:
46
  The detailed usage of `setup.sh` can be found by running `. ./setup.sh --help`.
47
 
48
  ### Pretrained Models
49
- 1. First create a directory in the SceneGen folder to store the checkpoints:
50
  ```sh
51
  mkdir -p checkpoints
52
  ```
@@ -131,4 +131,4 @@ If you use this code and data for your research or project, please cite:
131
  Many thanks to the code bases from [TRELLIS](https://github.com/microsoft/TRELLIS), [DINOv2](https://github.com/facebookresearch/dinov2), and [VGGT](https://github.com/facebookresearch/vggt).
132
 
133
  ## Contact
134
- If you have any questions, please feel free to contact [[email protected]](mailto:[email protected]) and [[email protected]](mailto:[email protected]).
 
1
  ---
 
2
  pipeline_tag: image-to-3d
3
  license: mit
4
  language:
 
16
  </div>
17
 
18
  ## 🌟 Some Information
19
+ [Project Page](https://mengmouxu.github.io/SceneGen/) · [Paper](https://arxiv.org/abs/2508.15769/) · [Checkpoints](https://huggingface.co/haoningwu/SceneGen/)
20
 
21
  ## ⏩ News
 
22
  - [2025.8] The inference code and checkpoints are released.
23
+ - [2025.8] Our pre-print paper has been released on arXiv.
24
+
25
 
26
  ## 📦 Installation & Pretrained Models
27
 
 
46
  The detailed usage of `setup.sh` can be found by running `. ./setup.sh --help`.
47
 
48
  ### Pretrained Models
49
+ 1. First, create a directory in the SceneGen folder to store the checkpoints:
50
  ```sh
51
  mkdir -p checkpoints
52
  ```
 
131
  Many thanks to the code bases from [TRELLIS](https://github.com/microsoft/TRELLIS), [DINOv2](https://github.com/facebookresearch/dinov2), and [VGGT](https://github.com/facebookresearch/vggt).
132
 
133
  ## Contact
134
+ If you have any questions, please feel free to contact [[email protected]](mailto:[email protected]) and [[email protected]](mailto:[email protected]).