Deep-Exemplar-based-Colorization
Deep-Exemplar-based-Colorization copied to clipboard
what is in1_ref1.combo?
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 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