文件名称:xfields:xfields的源代码(SIGGRAPH Asia 2020)
文件大小:5.91MB
文件格式:ZIP
更新时间:2024-05-13 02:05:00
Python
X场:隐式神经视图,光和时间图像插值。 要求 Python 3.7 Tensorflow 1.14.0:运行conda install tensorflow-gpu==1.14.0 Tensorlayer 1.11.1:运行pip3 install tensorlayer==1.11.1 (用于双线性上采样) OpenCV:运行conda install -c menpo opencv或pip install opencv-python 。 数据集 (八个场景:三个场景以5x5x5拍摄,五个场景以3x3x3拍摄) (一个场景:三帧橙汁场景) (两个场景:埃菲尔铁塔场景四格,天使场景五帧) (两个场景:从捕获5x5的飞溅场景和孤岛场景) 训练 对于培训,请使用以下输入参数运行train.py : python train.py --dataset # pa
【文件预览】:
xfields-main
----README.md(8KB)
----dataset()
--------read me.txt(53B)
----load_imgs.py(4KB)
----test.py(10KB)
----train.py(14KB)
----LICENSE(1KB)
----blending.py(7KB)
----flow_vis.py(4KB)
----model.py(3KB)
----img()
--------teaser.gif(5.91MB)
--------net.png(35KB)
----bilinear_sampler.py(5KB)