Upload README.md
Browse files
README.md
CHANGED
|
@@ -108,16 +108,6 @@ copy /b 4K_Actor1_Magic_1.zip.part* 4K_Actor1_Magic_1.zip
|
|
| 108 |
|
| 109 |
---
|
| 110 |
|
| 111 |
-
## How the Files Were Split (For Reference)
|
| 112 |
-
|
| 113 |
-
All zip files were split using the following command prior to upload:
|
| 114 |
-
|
| 115 |
-
```bash
|
| 116 |
-
split -b 1G original_file.zip original_file.zip.part
|
| 117 |
-
```
|
| 118 |
-
|
| 119 |
-
---
|
| 120 |
-
|
| 121 |
## Notes
|
| 122 |
|
| 123 |
- Make sure **all part files are fully downloaded** before merging.
|
|
@@ -132,4 +122,45 @@ If you encounter issues while downloading, reconstructing, or using the dataset,
|
|
| 132 |
|
| 133 |
---
|
| 134 |
|
| 135 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 108 |
|
| 109 |
---
|
| 110 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 111 |
## Notes
|
| 112 |
|
| 113 |
- Make sure **all part files are fully downloaded** before merging.
|
|
|
|
| 122 |
|
| 123 |
---
|
| 124 |
|
| 125 |
+
## Citation
|
| 126 |
+
If you find this dataset useful for your research, please cite these works using the following BibTeX entry.
|
| 127 |
+
```
|
| 128 |
+
@misc{jiang2025topology,
|
| 129 |
+
title={Topology-Aware Optimization of Gaussian Primitives for Human-Centric Volumetric Videos},
|
| 130 |
+
author={Yuheng Jiang and Chengcheng Guo and Yize Wu and Yu Hong and Shengkun Zhu and Zhehao Shen and Yingliang Zhang and Shaohui Jiao and Zhuo Su and Lan Xu and Marc Habermann and Christian Theobalt},
|
| 131 |
+
year={2025},
|
| 132 |
+
eprint={2509.07653},
|
| 133 |
+
archivePrefix={arXiv},
|
| 134 |
+
primaryClass={cs.GR},
|
| 135 |
+
url={https://arxiv.org/abs/2509.07653},
|
| 136 |
+
}
|
| 137 |
+
|
| 138 |
+
@article{jiang2024robust,
|
| 139 |
+
title={Robust dual gaussian splatting for immersive human-centric volumetric videos},
|
| 140 |
+
author={Jiang, Yuheng and Shen, Zhehao and Hong, Yu and Guo, Chengcheng and Wu, Yize and Zhang, Yingliang and Yu, Jingyi and Xu, Lan},
|
| 141 |
+
journal={ACM Transactions on Graphics (TOG)},
|
| 142 |
+
volume={43},
|
| 143 |
+
number={6},
|
| 144 |
+
pages={1--15},
|
| 145 |
+
year={2024},
|
| 146 |
+
publisher={ACM New York, NY, USA}
|
| 147 |
+
}
|
| 148 |
+
|
| 149 |
+
@InProceedings{Jiang2025reperformer,
|
| 150 |
+
author={Jiang, Yuheng and Shen, Zhehao and Guo, Chengcheng and Hong, Yu and Su, Zhuo and Zhang, Yingliang and Habermann, Marc and Xu, Lan},
|
| 151 |
+
title={RePerformer: Immersive Human-centric Volumetric Videos from Playback to Photoreal Reperformance},
|
| 152 |
+
booktitle={Proceedings of the Computer Vision and Pattern Recognition Conference (CVPR)},
|
| 153 |
+
month={June},
|
| 154 |
+
year={2025},
|
| 155 |
+
pages={11349-11360}
|
| 156 |
+
}
|
| 157 |
+
|
| 158 |
+
@InProceedings{Jiang_2024_CVPR,
|
| 159 |
+
author = {Jiang, Yuheng and Shen, Zhehao and Wang, Penghao and Su, Zhuo and Hong, Yu and Zhang, Yingliang and Yu, Jingyi and Xu, Lan},
|
| 160 |
+
title = {HiFi4G: High-Fidelity Human Performance Rendering via Compact Gaussian Splatting},
|
| 161 |
+
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
|
| 162 |
+
month = {June},
|
| 163 |
+
year = {2024},
|
| 164 |
+
pages = {19734-19745}
|
| 165 |
+
}
|
| 166 |
+
```
|