├── LICENSE ├── README.md ├── data ├── imgs │ ├── front.jpg │ ├── left.jpg │ └── right.jpg └── sigma_exp.mat ├── model.py ├── test_img.py └── tools.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fanziapril/mvfnet/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fanziapril/mvfnet/HEAD/README.md -------------------------------------------------------------------------------- /data/imgs/front.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fanziapril/mvfnet/HEAD/data/imgs/front.jpg -------------------------------------------------------------------------------- /data/imgs/left.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fanziapril/mvfnet/HEAD/data/imgs/left.jpg -------------------------------------------------------------------------------- /data/imgs/right.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fanziapril/mvfnet/HEAD/data/imgs/right.jpg -------------------------------------------------------------------------------- /data/sigma_exp.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fanziapril/mvfnet/HEAD/data/sigma_exp.mat -------------------------------------------------------------------------------- /model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fanziapril/mvfnet/HEAD/model.py -------------------------------------------------------------------------------- /test_img.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fanziapril/mvfnet/HEAD/test_img.py -------------------------------------------------------------------------------- /tools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fanziapril/mvfnet/HEAD/tools.py --------------------------------------------------------------------------------