Releases: ColorfulSoft/DeOldify.NET
Releases · ColorfulSoft/DeOldify.NET
DeOldify.NET v1.0
Features
- Support for Windows 7 and above and Linux
- The ability to color black-and-white photos using an artistic neural network
Binaries
- For Windows: DeOldify.NET.win.exe
- For Linux: DeOldify.NET.linux.exe
Weights
Download these files and place them to Implementation\src\Resources folder before execute compilation script.
- Artistic.hmodel - Weights of the Artistic DeOldify model in float16 data type (compressed)
- Artistic.model - Weights of the Artistic DeOldify model in float32 data type (original)
- Stable.hmodel - Weights of the Stable DeOldify model in float16 data type (compressed)
- Stable.model - Weights of the Stable DeOldify model in float32 data type (original)
All files contains raw data and compatible only with DeOldify.NET.