├── README.md ├── faceBlending.py ├── result ├── blured_0.jpg ├── deformed_0.jpg ├── forge_0.jpg ├── mask_0.jpg └── target_0.jpg └── utils.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neverUseThisName/Face-X-Ray/HEAD/README.md -------------------------------------------------------------------------------- /faceBlending.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neverUseThisName/Face-X-Ray/HEAD/faceBlending.py -------------------------------------------------------------------------------- /result/blured_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neverUseThisName/Face-X-Ray/HEAD/result/blured_0.jpg -------------------------------------------------------------------------------- /result/deformed_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neverUseThisName/Face-X-Ray/HEAD/result/deformed_0.jpg -------------------------------------------------------------------------------- /result/forge_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neverUseThisName/Face-X-Ray/HEAD/result/forge_0.jpg -------------------------------------------------------------------------------- /result/mask_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neverUseThisName/Face-X-Ray/HEAD/result/mask_0.jpg -------------------------------------------------------------------------------- /result/target_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neverUseThisName/Face-X-Ray/HEAD/result/target_0.jpg -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neverUseThisName/Face-X-Ray/HEAD/utils.py --------------------------------------------------------------------------------