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

Some question about similarity_combo?

Open xuzhongyou opened this issue 5 years ago • 3 comments

Thank u for your job. it helps a lot. I have ran the Deep-Image-Analogy on linux sucessfully. but i met some problems when do as your advises like

@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.

but when i compile, it missing some files.h like windows.h . sorry, i am not familiar with c++ in windows. can u give me some advises to get similarity_combo file in linux?

xuzhongyou avatar Jun 04 '19 08:06 xuzhongyou

@xuzhongyou Yes, that's a problem. We have to do some modification before compiling the code on Linux. We will do it soon. Thanks for your suggestion.

hmmlillian avatar Jun 05 '19 01:06 hmmlillian

Did you ever get round to getting this working in Linux

mattclifford1 avatar Sep 11 '19 14:09 mattclifford1

Did you ever get round to getting this working in Linux

not yet

xuzhongyou avatar Sep 11 '19 14:09 xuzhongyou