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

Installing py-faster-rcnn without CUDA (CPU only) on windows #356

Closed
radhikat opened this issue Sep 29, 2016 · 3 comments
Closed

Installing py-faster-rcnn without CUDA (CPU only) on windows #356

radhikat opened this issue Sep 29, 2016 · 3 comments

Comments

@radhikat
Copy link

I've been through the issues raised here on installing py-faster-rcnn without cuda and on windows and still can't get it to setup, hence the question here finally.

  1. I removed all instances of cuda from setup.py and other files as instructed on How to setup with CPU ONLY mode #123
  2. I think I correctly got rid of the MSVCCompiler instance has no attribute 'compiler_so'. by changing the setup.py file to not use the custom_build_ext as this would be a CPU only build on windows how to install py-faster-rcnn on windows #205
  3. Now I have the following error:
    cythoning utils/bbox.pyx to utils\bbox.c
    [Errno 2] No such file or directory: ... bbox.pyx'

I have tried all that I could think of, and I still cannot set it up using python .\lib\setup.py build_ext --inplace, any help would be very much appreciated.

Also, if I am going about this set up all wrong, knowing that would be helpful too!

Thanks a lot!

@xjock
Copy link

xjock commented Oct 10, 2016

Why closed the issue? Have you solved the problem?

@radhikat
Copy link
Author

Yes,I have indeed. py-faster-rcnn still gives me errors when I try to train something, but its nothing to do with the installation but more so with me not having my concepts clear and I am working on that!

@concerttttt
Copy link

@radhikat can you share the solutions? Facing the same problem now.

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

3 participants