-
Notifications
You must be signed in to change notification settings - Fork 164
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
Comments
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. |
Is there a way I can compile this under Windows? |
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. |
Once you can successfully compile the DCNv2, you can run without any problem. |
Could you please tell me the reason? |
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) |
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?
The text was updated successfully, but these errors were encountered: