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

Possible to run on Windows? #13

Open
verbiate opened this issue Apr 6, 2020 · 6 comments
Open

Possible to run on Windows? #13

verbiate opened this issue Apr 6, 2020 · 6 comments

Comments

@verbiate
Copy link

verbiate commented Apr 6, 2020

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?

@Mukosame
Copy link
Owner

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.

@verbiate
Copy link
Author

verbiate commented May 8, 2020

Is there a way I can compile this under Windows?

@seth-cohen
Copy link

Hi @verbiate I was able to compile DCNv2 under windows and get this running. See here CharlesShang/DCNv2#62 (comment).

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

@EssenOH
Copy link

EssenOH commented Nov 5, 2020

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.

@kyz20
Copy link

kyz20 commented Apr 26, 2021

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?

@Liuzirui666
Copy link

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)

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

6 participants