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.
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
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}
}