├── GithubImgs ├── dictionaryreading.png ├── failure.png ├── g.png ├── gs.png ├── idref.png ├── pipeline.png ├── refexample.png └── reflogo.png ├── README.md ├── TestExamples ├── TestGenericRestoration │ ├── GenericLists.txt │ └── RealLQs │ │ ├── 0001.png │ │ ├── 0002.png │ │ ├── 0003.png │ │ ├── 0004.png │ │ ├── 0005.png │ │ ├── 0006.png │ │ └── 0007.png └── TestSpecificRestoration │ ├── RefsImg │ ├── 00005 │ │ ├── 0.png │ │ ├── 1.png │ │ ├── 10.png │ │ ├── 11.png │ │ ├── 12.png │ │ ├── 13.png │ │ ├── 14.png │ │ ├── 15.png │ │ ├── 16.png │ │ ├── 18.png │ │ ├── 19.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ ├── 7.png │ │ ├── 8.png │ │ └── 9.png │ ├── 00022 │ │ ├── 0.png │ │ ├── 1.png │ │ ├── 10.png │ │ ├── 11.png │ │ ├── 12.png │ │ ├── 13.png │ │ ├── 15.png │ │ ├── 16.png │ │ ├── 17.png │ │ ├── 18.png │ │ ├── 19.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ ├── 7.png │ │ └── 9.png │ ├── 00075 │ │ ├── 0.png │ │ ├── 1.png │ │ ├── 13.png │ │ ├── 2.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ ├── 7.png │ │ ├── 8.png │ │ └── 9.png │ ├── 00082 │ │ ├── 0.png │ │ ├── 1.png │ │ ├── 10.png │ │ ├── 11.png │ │ ├── 12.png │ │ ├── 13.png │ │ ├── 14.png │ │ ├── 15.png │ │ ├── 16.png │ │ ├── 18.png │ │ ├── 19.png │ │ ├── 2.png │ │ ├── 20.png │ │ ├── 3.png │ │ ├── 5.png │ │ ├── 6.png │ │ ├── 7.png │ │ ├── 8.png │ │ └── 9.png │ ├── 00086 │ │ ├── 0.png │ │ ├── 11.png │ │ ├── 14.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ ├── 7.png │ │ ├── 8.png │ │ └── 9.png │ ├── 00089 │ │ ├── 1.png │ │ ├── 18.png │ │ ├── 19.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ ├── 7.png │ │ └── 8.png │ ├── 00119 │ │ ├── 0.png │ │ ├── 1.png │ │ ├── 13.png │ │ ├── 15.png │ │ ├── 16.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ ├── 7.png │ │ ├── 8.png │ │ └── 9.png │ ├── 00121 │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ ├── 7.png │ │ └── 8.png │ └── 00146 │ │ ├── 0.png │ │ ├── 1.png │ │ ├── 10.png │ │ ├── 13.png │ │ ├── 14.png │ │ ├── 15.png │ │ ├── 16.png │ │ ├── 2.png │ │ ├── 5.png │ │ ├── 6.png │ │ ├── 7.png │ │ └── 9.png │ ├── RefsLandmark │ ├── 00005 │ │ ├── 0.png.txt │ │ ├── 1.png.txt │ │ ├── 10.png.txt │ │ ├── 11.png.txt │ │ ├── 12.png.txt │ │ ├── 13.png.txt │ │ ├── 14.png.txt │ │ ├── 15.png.txt │ │ ├── 16.png.txt │ │ ├── 18.png.txt │ │ ├── 19.png.txt │ │ ├── 2.png.txt │ │ ├── 3.png.txt │ │ ├── 4.png.txt │ │ ├── 5.png.txt │ │ ├── 6.png.txt │ │ ├── 7.png.txt │ │ ├── 8.png.txt │ │ └── 9.png.txt │ ├── 00022 │ │ ├── 0.png.txt │ │ ├── 1.png.txt │ │ ├── 10.png.txt │ │ ├── 11.png.txt │ │ ├── 12.png.txt │ │ ├── 13.png.txt │ │ ├── 15.png.txt │ │ ├── 16.png.txt │ │ ├── 17.png.txt │ │ ├── 18.png.txt │ │ ├── 19.png.txt │ │ ├── 3.png.txt │ │ ├── 4.png.txt │ │ ├── 5.png.txt │ │ ├── 6.png.txt │ │ ├── 7.png.txt │ │ └── 9.png.txt │ ├── 00075 │ │ ├── 0.png.txt │ │ ├── 1.png.txt │ │ ├── 10.png.txt │ │ ├── 11.png.txt │ │ ├── 13.png.txt │ │ ├── 2.png.txt │ │ ├── 4.png.txt │ │ ├── 5.png.txt │ │ ├── 6.png.txt │ │ ├── 7.png.txt │ │ ├── 8.png.txt │ │ └── 9.png.txt │ ├── 00082 │ │ ├── 0.png.txt │ │ ├── 1.png.txt │ │ ├── 10.png.txt │ │ ├── 11.png.txt │ │ ├── 12.png.txt │ │ ├── 13.png.txt │ │ ├── 14.png.txt │ │ ├── 15.png.txt │ │ ├── 16.png.txt │ │ ├── 18.png.txt │ │ ├── 19.png.txt │ │ ├── 2.png.txt │ │ ├── 20.png.txt │ │ ├── 3.png.txt │ │ ├── 5.png.txt │ │ ├── 6.png.txt │ │ ├── 7.png.txt │ │ ├── 8.png.txt │ │ └── 9.png.txt │ ├── 00086 │ │ ├── 0.png.txt │ │ ├── 10.png.txt │ │ ├── 11.png.txt │ │ ├── 12.png.txt │ │ ├── 13.png.txt │ │ ├── 14.png.txt │ │ ├── 2.png.txt │ │ ├── 3.png.txt │ │ ├── 4.png.txt │ │ ├── 5.png.txt │ │ ├── 6.png.txt │ │ ├── 7.png.txt │ │ ├── 8.png.txt │ │ └── 9.png.txt │ ├── 00089 │ │ ├── 1.png.txt │ │ ├── 12.png.txt │ │ ├── 13.png.txt │ │ ├── 15.png.txt │ │ ├── 16.png.txt │ │ ├── 17.png.txt │ │ ├── 18.png.txt │ │ ├── 19.png.txt │ │ ├── 3.png.txt │ │ ├── 4.png.txt │ │ ├── 5.png.txt │ │ ├── 6.png.txt │ │ ├── 7.png.txt │ │ └── 8.png.txt │ ├── 00119 │ │ ├── 0.png.txt │ │ ├── 1.png.txt │ │ ├── 10.png.txt │ │ ├── 11.png.txt │ │ ├── 12.png.txt │ │ ├── 13.png.txt │ │ ├── 14.png.txt │ │ ├── 15.png.txt │ │ ├── 16.png.txt │ │ ├── 2.png.txt │ │ ├── 3.png.txt │ │ ├── 4.png.txt │ │ ├── 5.png.txt │ │ ├── 6.png.txt │ │ ├── 7.png.txt │ │ ├── 8.png.txt │ │ └── 9.png.txt │ ├── 00121 │ │ ├── 2.png.txt │ │ ├── 3.png.txt │ │ ├── 4.png.txt │ │ ├── 5.png.txt │ │ ├── 6.png.txt │ │ ├── 7.png.txt │ │ └── 8.png.txt │ └── 00146 │ │ ├── 0.png.txt │ │ ├── 1.png.txt │ │ ├── 10.png.txt │ │ ├── 11.png.txt │ │ ├── 12.png.txt │ │ ├── 13.png.txt │ │ ├── 14.png.txt │ │ ├── 15.png.txt │ │ ├── 16.png.txt │ │ ├── 2.png.txt │ │ ├── 5.png.txt │ │ ├── 6.png.txt │ │ ├── 7.png.txt │ │ └── 9.png.txt │ ├── SpecificLists.txt │ └── SynLQ │ ├── 00005_17.png │ ├── 00022_14.png │ ├── 00075_14.png │ ├── 00082_17.png │ ├── 00086_1.png │ ├── 00089_10.png │ ├── 00119_17.png │ ├── 00121_1.png │ └── 00146_17.png ├── checkpoints └── README.md ├── main_test.py ├── models └── DMDNet.py └── requirements.txt /GithubImgs/dictionaryreading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/GithubImgs/dictionaryreading.png -------------------------------------------------------------------------------- /GithubImgs/failure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/GithubImgs/failure.png -------------------------------------------------------------------------------- /GithubImgs/g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/GithubImgs/g.png -------------------------------------------------------------------------------- /GithubImgs/gs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/GithubImgs/gs.png -------------------------------------------------------------------------------- /GithubImgs/idref.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/GithubImgs/idref.png -------------------------------------------------------------------------------- /GithubImgs/pipeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/GithubImgs/pipeline.png -------------------------------------------------------------------------------- /GithubImgs/refexample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/GithubImgs/refexample.png -------------------------------------------------------------------------------- /GithubImgs/reflogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/GithubImgs/reflogo.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/README.md -------------------------------------------------------------------------------- /TestExamples/TestGenericRestoration/GenericLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestGenericRestoration/GenericLists.txt -------------------------------------------------------------------------------- /TestExamples/TestGenericRestoration/RealLQs/0001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestGenericRestoration/RealLQs/0001.png -------------------------------------------------------------------------------- /TestExamples/TestGenericRestoration/RealLQs/0002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestGenericRestoration/RealLQs/0002.png -------------------------------------------------------------------------------- /TestExamples/TestGenericRestoration/RealLQs/0003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestGenericRestoration/RealLQs/0003.png -------------------------------------------------------------------------------- /TestExamples/TestGenericRestoration/RealLQs/0004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestGenericRestoration/RealLQs/0004.png -------------------------------------------------------------------------------- /TestExamples/TestGenericRestoration/RealLQs/0005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestGenericRestoration/RealLQs/0005.png -------------------------------------------------------------------------------- /TestExamples/TestGenericRestoration/RealLQs/0006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestGenericRestoration/RealLQs/0006.png -------------------------------------------------------------------------------- /TestExamples/TestGenericRestoration/RealLQs/0007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestGenericRestoration/RealLQs/0007.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00005/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00005/0.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00005/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00005/1.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00005/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00005/10.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00005/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00005/11.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00005/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00005/12.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00005/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00005/13.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00005/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00005/14.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00005/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00005/15.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00005/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00005/16.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00005/18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00005/18.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00005/19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00005/19.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00005/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00005/2.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00005/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00005/3.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00005/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00005/4.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00005/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00005/5.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00005/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00005/6.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00005/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00005/7.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00005/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00005/8.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00005/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00005/9.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00022/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00022/0.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00022/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00022/1.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00022/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00022/10.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00022/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00022/11.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00022/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00022/12.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00022/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00022/13.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00022/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00022/15.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00022/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00022/16.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00022/17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00022/17.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00022/18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00022/18.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00022/19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00022/19.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00022/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00022/3.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00022/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00022/4.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00022/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00022/5.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00022/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00022/6.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00022/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00022/7.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00022/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00022/9.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00075/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00075/0.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00075/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00075/1.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00075/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00075/13.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00075/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00075/2.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00075/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00075/4.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00075/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00075/5.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00075/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00075/6.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00075/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00075/7.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00075/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00075/8.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00075/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00075/9.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00082/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00082/0.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00082/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00082/1.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00082/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00082/10.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00082/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00082/11.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00082/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00082/12.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00082/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00082/13.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00082/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00082/14.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00082/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00082/15.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00082/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00082/16.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00082/18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00082/18.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00082/19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00082/19.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00082/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00082/2.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00082/20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00082/20.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00082/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00082/3.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00082/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00082/5.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00082/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00082/6.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00082/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00082/7.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00082/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00082/8.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00082/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00082/9.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00086/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00086/0.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00086/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00086/11.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00086/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00086/14.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00086/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00086/2.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00086/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00086/3.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00086/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00086/4.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00086/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00086/5.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00086/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00086/6.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00086/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00086/7.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00086/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00086/8.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00086/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00086/9.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00089/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00089/1.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00089/18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00089/18.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00089/19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00089/19.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00089/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00089/3.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00089/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00089/4.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00089/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00089/5.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00089/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00089/6.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00089/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00089/7.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00089/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00089/8.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00119/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00119/0.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00119/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00119/1.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00119/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00119/13.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00119/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00119/15.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00119/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00119/16.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00119/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00119/2.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00119/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00119/3.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00119/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00119/4.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00119/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00119/5.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00119/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00119/6.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00119/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00119/7.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00119/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00119/8.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00119/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00119/9.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00121/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00121/2.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00121/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00121/3.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00121/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00121/4.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00121/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00121/5.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00121/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00121/6.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00121/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00121/7.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00121/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00121/8.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00146/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00146/0.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00146/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00146/1.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00146/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00146/10.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00146/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00146/13.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00146/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00146/14.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00146/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00146/15.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00146/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00146/16.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00146/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00146/2.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00146/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00146/5.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00146/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00146/6.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00146/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00146/7.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsImg/00146/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsImg/00146/9.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00005/0.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00005/0.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00005/1.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00005/1.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00005/10.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00005/10.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00005/11.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00005/11.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00005/12.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00005/12.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00005/13.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00005/13.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00005/14.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00005/14.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00005/15.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00005/15.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00005/16.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00005/16.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00005/18.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00005/18.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00005/19.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00005/19.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00005/2.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00005/2.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00005/3.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00005/3.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00005/4.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00005/4.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00005/5.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00005/5.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00005/6.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00005/6.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00005/7.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00005/7.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00005/8.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00005/8.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00005/9.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00005/9.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00022/0.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00022/0.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00022/1.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00022/1.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00022/10.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00022/10.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00022/11.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00022/11.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00022/12.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00022/12.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00022/13.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00022/13.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00022/15.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00022/15.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00022/16.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00022/16.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00022/17.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00022/17.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00022/18.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00022/18.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00022/19.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00022/19.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00022/3.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00022/3.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00022/4.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00022/4.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00022/5.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00022/5.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00022/6.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00022/6.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00022/7.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00022/7.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00022/9.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00022/9.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00075/0.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00075/0.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00075/1.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00075/1.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00075/10.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00075/10.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00075/11.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00075/11.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00075/13.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00075/13.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00075/2.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00075/2.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00075/4.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00075/4.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00075/5.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00075/5.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00075/6.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00075/6.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00075/7.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00075/7.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00075/8.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00075/8.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00075/9.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00075/9.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00082/0.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00082/0.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00082/1.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00082/1.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00082/10.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00082/10.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00082/11.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00082/11.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00082/12.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00082/12.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00082/13.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00082/13.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00082/14.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00082/14.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00082/15.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00082/15.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00082/16.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00082/16.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00082/18.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00082/18.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00082/19.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00082/19.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00082/2.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00082/2.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00082/20.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00082/20.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00082/3.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00082/3.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00082/5.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00082/5.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00082/6.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00082/6.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00082/7.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00082/7.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00082/8.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00082/8.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00082/9.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00082/9.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00086/0.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00086/0.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00086/10.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00086/10.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00086/11.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00086/11.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00086/12.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00086/12.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00086/13.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00086/13.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00086/14.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00086/14.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00086/2.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00086/2.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00086/3.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00086/3.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00086/4.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00086/4.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00086/5.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00086/5.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00086/6.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00086/6.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00086/7.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00086/7.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00086/8.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00086/8.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00086/9.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00086/9.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00089/1.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00089/1.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00089/12.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00089/12.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00089/13.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00089/13.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00089/15.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00089/15.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00089/16.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00089/16.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00089/17.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00089/17.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00089/18.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00089/18.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00089/19.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00089/19.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00089/3.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00089/3.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00089/4.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00089/4.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00089/5.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00089/5.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00089/6.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00089/6.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00089/7.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00089/7.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00089/8.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00089/8.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00119/0.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00119/0.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00119/1.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00119/1.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00119/10.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00119/10.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00119/11.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00119/11.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00119/12.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00119/12.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00119/13.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00119/13.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00119/14.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00119/14.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00119/15.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00119/15.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00119/16.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00119/16.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00119/2.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00119/2.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00119/3.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00119/3.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00119/4.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00119/4.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00119/5.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00119/5.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00119/6.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00119/6.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00119/7.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00119/7.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00119/8.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00119/8.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00119/9.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00119/9.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00121/2.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00121/2.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00121/3.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00121/3.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00121/4.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00121/4.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00121/5.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00121/5.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00121/6.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00121/6.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00121/7.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00121/7.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00121/8.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00121/8.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00146/0.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00146/0.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00146/1.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00146/1.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00146/10.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00146/10.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00146/11.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00146/11.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00146/12.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00146/12.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00146/13.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00146/13.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00146/14.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00146/14.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00146/15.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00146/15.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00146/16.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00146/16.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00146/2.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00146/2.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00146/5.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00146/5.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00146/6.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00146/6.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00146/7.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00146/7.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/RefsLandmark/00146/9.png.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/RefsLandmark/00146/9.png.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/SpecificLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/SpecificLists.txt -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/SynLQ/00005_17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/SynLQ/00005_17.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/SynLQ/00022_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/SynLQ/00022_14.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/SynLQ/00075_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/SynLQ/00075_14.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/SynLQ/00082_17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/SynLQ/00082_17.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/SynLQ/00086_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/SynLQ/00086_1.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/SynLQ/00089_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/SynLQ/00089_10.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/SynLQ/00119_17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/SynLQ/00119_17.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/SynLQ/00121_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/SynLQ/00121_1.png -------------------------------------------------------------------------------- /TestExamples/TestSpecificRestoration/SynLQ/00146_17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/TestExamples/TestSpecificRestoration/SynLQ/00146_17.png -------------------------------------------------------------------------------- /checkpoints/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/checkpoints/README.md -------------------------------------------------------------------------------- /main_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/main_test.py -------------------------------------------------------------------------------- /models/DMDNet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/models/DMDNet.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csxmli2016/DMDNet/HEAD/requirements.txt --------------------------------------------------------------------------------