# keijiro/Pix2Pix

Real-time pix2pix implementation with Unity

Repository: https://github.com/keijiro/Pix2Pix
Canonical: https://ross.abutalabs.com/products/keijiro-pix2pix
Language: C#
License Family: other
Topics: deep-learning, machine-learning, unity3d, unity, pix2pix
Last push: 2020-05-28T00:03:50+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 2944, "days_push": 2289, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1041, forks 134 (observed 2026-08-28T04:03:20.646048+00:00)

## What it is
A Unity library that runs pix2pix image-to-image translation neural networks in real time using compute shaders. It includes its own inference engine, requiring no external deep learning frameworks, and ships with a Sketch Pad demo resembling edges2cats.

## Use cases
- run pix2pix image-to-image translation in real time in Unity
- turn sketches into images live like edges2cats
- run neural network inference in Unity without TensorFlow
- build interactive deep learning demos in a game engine
- experiment with GAN models on the GPU via compute shaders

## When to choose
- you want real-time image-to-image translation inside a Unity project
- you need a self-contained inference engine with no external ML framework dependencies
- you have a .pict-format pix2pix model and an NVIDIA GPU

## When to avoid
- you need models in formats other than .pict weight data
- you lack compute shader capability or a modern NVIDIA GPU
- you need actively maintained or production-supported software
- you want a general-purpose deep learning framework

## Facets
- artifact type: library
- maturity: maintenance
- function: deep-learning, image-processing, machine-learning, graphics
- domain: deep-learning, computer-vision, image-processing
- platform: windows, cross-platform
- tags: unity, pix2pix, image-to-image-translation, neural-network-inference, compute-shader, real-time, csharp, game-development, macos, linux, gpu

## Member repositories
- keijiro/Pix2Pix (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:20.646048+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:02:58.169616+00:00, confidence not recorded.
  - readme: https://github.com/keijiro/Pix2Pix (fetched 2026-08-28T04:03:20.646048+00:00, sha 50e9550009df)
- Data as of 2026-08-30T08:39:29.467469+00:00.
