# SfSNet **Repository Path**: Mannix1994/LightingEstimation ## Basic Information - **Project Name**: SfSNet - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-03-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Introduction This project partially implement SfSNet project. I will implement all codes in SfSNet project in the future, if I have enough time. Currently implemented: * Implement test_SfSNet.m as _test_SfSNet.py * Implement functions/*.m in functions.py * move some constant variables to config.py If there are bugs in _test_SfSNet.py, please open a issue. # Dependencies * Python 2.7 * Caffe with pycaffe module(read build-caffe.md) * Python libs in requirements.txt # Run _test_SfSNet.py You should modify the variable CAFFE_ROOT in config.py to your own caffe install directory. Then, install python dependencies using command: ```bash pip install -r requirements.txt ``` then put your test images in 'Images', and ```bash python _test_SfSNet.py ``` and input 0 when the program tell you to input. the results will be saved in directory 'result'