Skip to content

Sketch to Color Image generation is an image-to-image translation model using Conditional Generative Adversarial Networks

License

Notifications You must be signed in to change notification settings

Karan-Choudhary/Sketchs_to_ColorImages

Repository files navigation

Sketch to Color Image Generation Using Conditional GANs

Requirements

pip install -r requirements.txt

Usage:

  • Change parameters and directories according to your system (recommendation - do not change) in params.yaml.
  • Setup the Directory named Results in the root directory.
  • Make sure you have DVC initialized in the root directory
    You can do it with the command:
dvc init
  • Add data\train & data\val for data tracking in dvc by using command: For Windows-
dvc add data\train
dvc add data\val

For Linux-

dvc add data/train
dvc add data/val
  • Finally, run:
dvc repro
  • Trained models will be saved in saved_models directory.
  • Results will be saved in Results\present_datatime directory with name present_time_result.png.

Warning: Do not try to change dvc.lock file and .dvc directory

Results:

14-31-08_result 14-31-49_result

About

Sketch to Color Image generation is an image-to-image translation model using Conditional Generative Adversarial Networks

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published