Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name Face Angle Capture
// @namespace http://github.com/AlexisTheLarge
// @version 1.3
// @description Capture angles from 3D face reconstruction automatically
// @author Alexis_TheLarge
// @match http://cvl-demos.cs.nott.ac.uk/vrn/view.php*
// @grant GM_addStyle
// @grant GM.addStyle
// @require https://greasemonkey.github.io/gm4-polyfill/gm4-polyfill.js
@AlexisTheLarge
AlexisTheLarge / enhance2.py
Created March 15, 2018 13:23
Splice in Neural Enhance upscaling into the dfaker merge process.
#!/usr/bin/env python3
""" _ _
_ __ ___ _ _ _ __ __ _| | ___ _ __ | |__ __ _ _ __ ___ ___
| '_ \ / _ \ | | | '__/ _` | | / _ \ '_ \| '_ \ / _` | '_ \ / __/ _ \
| | | | __/ |_| | | | (_| | | | __/ | | | | | | (_| | | | | (_| __/
|_| |_|\___|\__,_|_| \__,_|_| \___|_| |_|_| |_|\__,_|_| |_|\___\___|
"""
#
# Original work Copyright (c) 2016, Alex J. Champandard.