Junwoo Cho*, Seungtae Nam*, Daniel Rho, Jong Hwan Ko, Eunbyung Park†
* Equal contribution, alphabetically ordered.
† Corresponding author.
European Conference on Computer Vision (ECCV), 2022
"Berliner Philharmoniker" © Stephan Rabold
Setup a conda environment using commands below:
conda env create -f environment.yml
conda activate snf
Download Kodak dataset from here.
Download UVG dataset from here.
When downloading UVG video, please use this version:
- Resolution: 1080p
- Bit depth: 8
- Format: AVC
- Container: MP4
Download 3D point cloud dataset from here.
'data/' directory must be in your working directory. The structure is as follows:
data/
kodak/
kodim01.png
...
kodim24.png
shape/
armadillo.xyz
dragon.xyz
happy_buddha.xyz
uvg/
Beauty.mp4
...
YachtRide.mp4
Run the commands below.
bash scripts/train_image_spectral.sh
bash scripts/train_image_spatial.sh
bash scripts/train_video_temporal.sh
bash scripts/train_sdf_spectral.sh
You can find both qualitative and quantitative results in \results directory.
@inproceedings{cho2022streamable,
title={Streamable neural fields},
author={Cho, Junwoo and Nam, Seungtae and Rho, Daniel and Ko, Jong Hwan and Park, Eunbyung},
booktitle={European Conference on Computer Vision},
pages={595--612},
year={2022},
organization={Springer}
}