├── QModel.py ├── README.md ├── dataset.py ├── images ├── hdrvdp.png └── our.png ├── license.txt ├── model.py ├── norvdpnet.py ├── prerequisites.txt ├── tmp └── model.py ├── train.py ├── train_eval_test.py ├── util.py └── weights └── readme.txt /QModel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/banterle/NoR-VDPNet/HEAD/QModel.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/banterle/NoR-VDPNet/HEAD/README.md -------------------------------------------------------------------------------- /dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/banterle/NoR-VDPNet/HEAD/dataset.py -------------------------------------------------------------------------------- /images/hdrvdp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/banterle/NoR-VDPNet/HEAD/images/hdrvdp.png -------------------------------------------------------------------------------- /images/our.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/banterle/NoR-VDPNet/HEAD/images/our.png -------------------------------------------------------------------------------- /license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/banterle/NoR-VDPNet/HEAD/license.txt -------------------------------------------------------------------------------- /model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/banterle/NoR-VDPNet/HEAD/model.py -------------------------------------------------------------------------------- /norvdpnet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/banterle/NoR-VDPNet/HEAD/norvdpnet.py -------------------------------------------------------------------------------- /prerequisites.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/banterle/NoR-VDPNet/HEAD/prerequisites.txt -------------------------------------------------------------------------------- /tmp/model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/banterle/NoR-VDPNet/HEAD/tmp/model.py -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/banterle/NoR-VDPNet/HEAD/train.py -------------------------------------------------------------------------------- /train_eval_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/banterle/NoR-VDPNet/HEAD/train_eval_test.py -------------------------------------------------------------------------------- /util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/banterle/NoR-VDPNet/HEAD/util.py -------------------------------------------------------------------------------- /weights/readme.txt: -------------------------------------------------------------------------------- 1 | Downloaded weights go here 2 | --------------------------------------------------------------------------------