├── README.md ├── layers.py ├── learners.py ├── main.py ├── networks.py ├── spatial_transformer.py └── tools.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tristanguigue/universal-correspondence-network/HEAD/README.md -------------------------------------------------------------------------------- /layers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tristanguigue/universal-correspondence-network/HEAD/layers.py -------------------------------------------------------------------------------- /learners.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tristanguigue/universal-correspondence-network/HEAD/learners.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tristanguigue/universal-correspondence-network/HEAD/main.py -------------------------------------------------------------------------------- /networks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tristanguigue/universal-correspondence-network/HEAD/networks.py -------------------------------------------------------------------------------- /spatial_transformer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tristanguigue/universal-correspondence-network/HEAD/spatial_transformer.py -------------------------------------------------------------------------------- /tools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tristanguigue/universal-correspondence-network/HEAD/tools.py --------------------------------------------------------------------------------