zju3dv / EasyVolcap

[SIGGRAPH Asia 2023 (Technical Communications)] EasyVolcap: Accelerating Neural Volumetric Video Research
Other
635 stars 43 forks source link

Add easyvolcap_to_nerfstudio.py #34

Closed krahets closed 2 months ago

krahets commented 2 months ago

This script generates a nerfstudio json file for each frame. The output file tree (same as the file structure of easyvolcap):

/mnt/data/home/jinyudong/data/renbody/0008_01
├── images_calib
│   ├── 00
│   ├── 01
│   ├── 02
│   ├── ...
│   └── 59
├── masks
│   ├── 00
│   ├── 01
│   ├── 02
│   ├── ...
│   └── 59
└── nerfstudio
    ├── 000000.json
    ├── 000001.json
    ├── 000002.json
    ├── ...
    └── 000149.json

ZipNeRF rendering of 000000.json:

image