├── BibTex ├── README.md ├── data_RGB.py ├── data_depth.py ├── model ├── VGG16_RGB.py └── VGG16_depth.py ├── test_RGB.py ├── test_depth.py ├── train_RGB.py ├── train_depth.py └── utils.py /BibTex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DUT-IIAU-OIP-Lab/CVPR2020-A2dele/HEAD/BibTex -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DUT-IIAU-OIP-Lab/CVPR2020-A2dele/HEAD/README.md -------------------------------------------------------------------------------- /data_RGB.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DUT-IIAU-OIP-Lab/CVPR2020-A2dele/HEAD/data_RGB.py -------------------------------------------------------------------------------- /data_depth.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DUT-IIAU-OIP-Lab/CVPR2020-A2dele/HEAD/data_depth.py -------------------------------------------------------------------------------- /model/VGG16_RGB.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DUT-IIAU-OIP-Lab/CVPR2020-A2dele/HEAD/model/VGG16_RGB.py -------------------------------------------------------------------------------- /model/VGG16_depth.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DUT-IIAU-OIP-Lab/CVPR2020-A2dele/HEAD/model/VGG16_depth.py -------------------------------------------------------------------------------- /test_RGB.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DUT-IIAU-OIP-Lab/CVPR2020-A2dele/HEAD/test_RGB.py -------------------------------------------------------------------------------- /test_depth.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DUT-IIAU-OIP-Lab/CVPR2020-A2dele/HEAD/test_depth.py -------------------------------------------------------------------------------- /train_RGB.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DUT-IIAU-OIP-Lab/CVPR2020-A2dele/HEAD/train_RGB.py -------------------------------------------------------------------------------- /train_depth.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DUT-IIAU-OIP-Lab/CVPR2020-A2dele/HEAD/train_depth.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DUT-IIAU-OIP-Lab/CVPR2020-A2dele/HEAD/utils.py --------------------------------------------------------------------------------