Simron Thapa, Nianyi Li, Jinwei Ye, Imaging and Vision Lab, Louisiana State University. In CVPR 2020 (oral).
We present a dynamic fluid surface reconstruction network that recovers time-varying 3D fluid surfaces from a single viewpoint.
- We design physics-motivated loss functions for network training
- We synthesize a large fluid dataset using physics-based modeling and rendering [Check out the folder "Fluid_wave_simulator". It is our synthetic data generation MatLab code.]
- Our network is validated on real captured fluid data
Complete Training data will be made available soon.
Please remember to cite the paper if you use this dataset.
The data preprocessing code (before training with FSRN-CNN) and data post-processing code for the predictions (before training with FSRN-RNN) will be made available soon.
python FSRN-CNN-train.py
python FSRN-RNN-train.py
The code for evaluating the predictions with ground truth values. We use accuracy and error matrics.
python evaluate_metrics.py
- Synthetic Results
- Real Results
- Re-rendered Results
If you find this work useful, please consider citing:
@InProceedings{Thapa_2020_CVPR,
author = {Thapa, Simron and Li, Nianyi and Ye, Jinwei},
title = {Dynamic Fluid Surface Reconstruction Using Deep Neural Network},
booktitle = {The IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
month = {June},
year = {2020}
}