Zooming-Slow-Mo-CVPR-2020 icon indicating copy to clipboard operation
Zooming-Slow-Mo-CVPR-2020 copied to clipboard

Possible to run on Windows?

Open verbiate opened this issue 4 years ago • 6 comments

Running bash make.sh in DCNv2 under Windows fails because WSL can't access CUDA.

Is it possible to use a precompiled version under Windows, or is there another approach?

verbiate avatar Apr 06 '20 03:04 verbiate

Hi @verbiate verbiate, sorry for the late reply cz I'm busy with finals. The precompiled version won't work on the other machines, and besides, cuda is required for the DCN used in our repo.

Mukosame avatar Apr 24 '20 21:04 Mukosame

Is there a way I can compile this under Windows?

verbiate avatar May 08 '20 04:05 verbiate

Hi @verbiate I was able to compile DCNv2 under windows and get this running. See here https://github.com/CharlesShang/DCNv2/issues/62#issuecomment-631603572.

Unfortunately, I run into an issue with my GPU running out of memory that I am trying to solve now.

seth-cohen avatar May 20 '20 17:05 seth-cohen

Once you can successfully compile the DCNv2, you can run without any problem. In order to compile it, I just replaced the DCNv2 directory with CharlesShang/DCNv2 and copied a function(class DCN_sep(DCNv2):) from original DCNv2 because upper level call wants it. then, you can run without any problem and everything is relying on your RTX GPU memory size.

EssenOH avatar Nov 05 '20 23:11 EssenOH

Once you can successfully compile the DCNv2, you can run without any problem. In order to compile it, I just replaced the DCNv2 directory with CharlesShang/DCNv2 and copied a function(class DCN_sep(DCNv2):) from original DCNv2 because upper level call wants it. then, you can run without any problem and everything is relying on your RTX GPU memory size.

Could you please tell me the reason?

kyz20 avatar Apr 26 '21 09:04 kyz20

Even if it could work on windows, it would depend on luck greatly because you may never know why you can't make it(based on my own experience and what i see from others)

Liuzirui666 avatar Aug 25 '21 12:08 Liuzirui666