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

Windows support? #5

Closed
omartin2010 opened this issue Apr 3, 2018 · 1 comment
Closed

Windows support? #5

omartin2010 opened this issue Apr 3, 2018 · 1 comment

Comments

@omartin2010
Copy link

I was hoping to get this to run on Windows10 with GPU support (enabled by this repo.

I've modified bind.py a bit and am still getting this error :
C:...\Dev\detectorch\lib\cppcuda_cffi\src\cpp\roi_align_cpu_loop.o : fatal error LNK1107: invalid or corrupt file: cannot read at 0x3A8

Any clue what to look out for? Are you planning for Windows support?

@ignacio-rocco
Copy link
Owner

Hi, I'm sorry but I don't have Windows to try this, but hopefully you will be able to solve this problem.

It looks like the problems comes from the compilation of the cpp file called from make.sh

g++ -I $TORCHLIBPATH -o roi_align_cpu_loop.o roi_align_cpu_loop.cpp -fPIC -shared -std=c++0x

Maybe you need to use the Windows cl compiler? I'm sorry but I cannot help you with this. But do let me know if you find the solution.

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

2 participants