derplayer / ShenmueHDTools

Modding tools for the Shenmue HD release
MIT License
15 stars 1 forks source link

Deep Learning Texture Upscaler (merge) #45

Open philyeahz opened 5 years ago

philyeahz commented 5 years ago

Fix that branch (put executable in resources?) and merge it with the develop branch.

derplayer commented 5 years ago

That stuff is way too big. (~500mb) I'll implement it as an adhoc extension with an messagebox that asks you to download extra files to activate the deep learning feature in Tools menu. This feature will have an BETA tag, because it has problems with stuff like transparency. (at least for now)

Also:

derplayer commented 5 years ago

Workaround for transparency channel:

Input (argb) rgb -> model a -> grayscale -> model

Output (argb) grayscale -> a rgb + a -> output

derplayer commented 5 years ago

Moved prototype stuff into separate Helper class and merged into dev branch.