Skip to content

cob05/DeOldify.NET

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DeOldify.NET

C# implementation of Jason Antic's DeOldify(https://github.com/jantic/DeOldify)

How to run

  • Make sure that .NET Framework 4.5 or higher is installed on your computer.
  • You can use any bit depth(x32 or x64), but on a 32-bit system you will not be able to process large images due to the limited amount of memory.
  • At least 3 GB of free RAM is required to run.
  • Download and unpack the repository, then download DeOldify.hmodel from the releases(https://github.com/ColorfulSoft/DeOldify.NET/releases/download/Weights/DeOldify.hmodel) and place it in Implementation\src\Resources.
  • Run Compile.bat
  • The DeOldify.NET.exe file will appear in the Implementation\Release folder. The application is ready to work!
  • Use!

GUI

Examples

Example1

Example2

Updates

  • [16.09.2021] - Fixed a memory leak issue

About

C# implementation of Jason Antic's DeOldify

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.9%
  • Batchfile 0.1%