├── Carrot ├── Colors.jpg ├── Lines.jpg └── Mask.jpg ├── Interactive_Rendering.py ├── LICENSE.md ├── Pepper ├── Colors.jpg ├── Lines.jpg └── Mask.jpg ├── README.md ├── RES └── .png ├── images ├── Carrot.png ├── Pepper.gif └── v-sense.jpg ├── main.py ├── model.py ├── model.pyc ├── utils.py └── utils.pyc /Carrot/Colors.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V-Sense/DeepNormals/HEAD/Carrot/Colors.jpg -------------------------------------------------------------------------------- /Carrot/Lines.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V-Sense/DeepNormals/HEAD/Carrot/Lines.jpg -------------------------------------------------------------------------------- /Carrot/Mask.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V-Sense/DeepNormals/HEAD/Carrot/Mask.jpg -------------------------------------------------------------------------------- /Interactive_Rendering.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V-Sense/DeepNormals/HEAD/Interactive_Rendering.py -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V-Sense/DeepNormals/HEAD/LICENSE.md -------------------------------------------------------------------------------- /Pepper/Colors.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V-Sense/DeepNormals/HEAD/Pepper/Colors.jpg -------------------------------------------------------------------------------- /Pepper/Lines.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V-Sense/DeepNormals/HEAD/Pepper/Lines.jpg -------------------------------------------------------------------------------- /Pepper/Mask.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V-Sense/DeepNormals/HEAD/Pepper/Mask.jpg -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V-Sense/DeepNormals/HEAD/README.md -------------------------------------------------------------------------------- /RES/.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V-Sense/DeepNormals/HEAD/RES/.png -------------------------------------------------------------------------------- /images/Carrot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V-Sense/DeepNormals/HEAD/images/Carrot.png -------------------------------------------------------------------------------- /images/Pepper.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V-Sense/DeepNormals/HEAD/images/Pepper.gif -------------------------------------------------------------------------------- /images/v-sense.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V-Sense/DeepNormals/HEAD/images/v-sense.jpg -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V-Sense/DeepNormals/HEAD/main.py -------------------------------------------------------------------------------- /model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V-Sense/DeepNormals/HEAD/model.py -------------------------------------------------------------------------------- /model.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V-Sense/DeepNormals/HEAD/model.pyc -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V-Sense/DeepNormals/HEAD/utils.py -------------------------------------------------------------------------------- /utils.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/V-Sense/DeepNormals/HEAD/utils.pyc --------------------------------------------------------------------------------