-
Notifications
You must be signed in to change notification settings - Fork 75
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
Is there the Linux version of the code? #8
Comments
@TruePhone The Similarity SubNet (and Deep Image Analogy if you use it to build correspondence) is implemented in C++. It should be easy to transplant to Linux. Deep Image Analogy already has a Linux version (https://github.com/msracver/Deep-Image-Analogy/tree/linux) and our Similarity SubNet is actually built based on it. You may copy the source code from Deep-Exemplar-based-Colorization/similarity_subnet/windows/similarity_combo/ to msracver/Deep-Image-Analogy/tree/linux and slightly modify it on Linux. |
@hmmlillian Thanks for your prompts very much. I will have a try. |
@TruePhone Hello, I am also planning to tranfer it to Linux version recently. Now I can compile the Deep-Image-Analogy successfully, but can't compile similarity_combo. So, could you provide the executable file of similarity_combo if you compile it successfully? Thanks very much! |
Thank you for your job, but i think most of people work on linux. Please give a intergrated version about linux or tell us what we should do in detail. |
Did anyone manage to get this transfer successfully to Linux? |
#21 |
@ncianeo How ? Can you share it with me? |
The project is very awesome and it would be more convenient for testing if there would be the Linux version of the code. I know the Colorization Subnet is based on Pytorch, which is easily used on Linux, so I hope I can get the Linux version of the Similarity SubNet if possible. Thank you very much.
The text was updated successfully, but these errors were encountered: