Deep-Exemplar-based-Colorization icon indicating copy to clipboard operation
Deep-Exemplar-based-Colorization copied to clipboard

what is in1_ref1.combo?

Open coallar opened this issue 3 years ago • 1 comments

Hi, thanks for your great job! i run code that project from https://github.com/ncianeo/Deep-Exemplar-based-Colorization. while error happen: FileNotFoundError: [Errno 2] No such file or directory: 'example/input/combo_new/in1_ref1.combo'

what is in1_ref1.combo?

coallar avatar Jun 23 '22 06:06 coallar

@coallar please generate the bidirectional flow and combo file first following the two steps below:

  • A command to generate bidirectional mapping functions using Deep Image Analogy:

    deep_image_analogy.exe [MODEL_DIR] [INPUT_ROOT_DIR] [START_LINE_ID] [END_LINE_ID] [GPU_ID]
    e.g., exe\deep_image_analogy.exe models\deep_image_analogy\ example\ 0 2 0
    
  • A command to generate similarity maps for colorization (Similarity Subnet):

    similarity_combo.exe [MODEL_DIR] [INPUT_ROOT_DIR] [START_LINE_ID] [END_LINE_ID] [GPU_ID]
    e.g., exe\similarity_combo.exe models\similarity_subnet\ example\ 0 2 0
    

hmmlillian avatar Jun 25 '22 23:06 hmmlillian