rapidrabbit76 / PaintsTensorFlow

line drawing colorization using TensorFlow
MIT License
52 stars 6 forks source link

hello,where is ‘draft.h5' about --draft_weights_path and what is this? thank you #30

Closed sibadakesi closed 2 years ago

rapidrabbit76 commented 2 years ago

hello @sibadakesi

"draft.h5" weight file is not provided.

the "draft.h5" weight file should be created by training.

Two model training steps are required.

  1. Train the draft model
  2. Train the colorization model

use the weights created in step 1 as "draft.h5" file.

sibadakesi commented 2 years ago

Thank you!