Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

what is in1_ref1.combo? #40

Open
coallar opened this issue Jun 23, 2022 · 1 comment
Open

what is in1_ref1.combo? #40

coallar opened this issue Jun 23, 2022 · 1 comment

Comments

@coallar
Copy link

coallar commented Jun 23, 2022

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?

@hmmlillian
Copy link
Collaborator

@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
    

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants