├── README.md ├── apply_warps.py ├── create_networks.py ├── create_unwarper.py ├── make_net.py ├── pyramid.py ├── sft_utils.py ├── train.py └── utils.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dorverbin/shapefromtexture/HEAD/README.md -------------------------------------------------------------------------------- /apply_warps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dorverbin/shapefromtexture/HEAD/apply_warps.py -------------------------------------------------------------------------------- /create_networks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dorverbin/shapefromtexture/HEAD/create_networks.py -------------------------------------------------------------------------------- /create_unwarper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dorverbin/shapefromtexture/HEAD/create_unwarper.py -------------------------------------------------------------------------------- /make_net.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dorverbin/shapefromtexture/HEAD/make_net.py -------------------------------------------------------------------------------- /pyramid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dorverbin/shapefromtexture/HEAD/pyramid.py -------------------------------------------------------------------------------- /sft_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dorverbin/shapefromtexture/HEAD/sft_utils.py -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dorverbin/shapefromtexture/HEAD/train.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dorverbin/shapefromtexture/HEAD/utils.py --------------------------------------------------------------------------------