question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I would also like to use Faster RCNN without GPUs. Currently when trying to compile this on a non GPU machine I get the following error:

Traceback (most recent call last):
  File "setup.py", line 55, in <module>
    CUDA = locate_cuda()
  File "setup.py", line 43, in locate_cuda
    raise EnvironmentError('The nvcc binary could not be '
EnvironmentError: The nvcc binary could not be located in your $PATH. Either add it to your path, or set $CUDAHOME
make: *** [all] Error 1

Does anyone have experience on how to make this implementation work without GPUs? Code wise it should probably be possible, I guess it is just adapting the build somehow?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:9

github_iconTop GitHub Comments

12reactions
shuang1330commented, May 8, 2017

It might be too late for you, but maybe useful for other people… 1) Change the setup.py file by replacing all ‘raise EnvironmentError’ with ‘return None’, disabling the Extension(‘nms.gpu_nms’…). 2) Change the lib/model/nms_wrapper.py file by disabling ‘import gpu_nms’ and setting ‘force_cpu’ to be True. Above works for me at least.

0reactions
FrankXinqicommented, Oct 29, 2019

I am getting an error “‘MSVCCompiler’ object has no attribute ‘compiler_so’”, when I am running on Windows. How can I solve it?

Same Problem…

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Fix High CPU Usage - Intel
Find out all the reasons why your PC displays high CPU usage. Our step-by-step guide will show you how to fix your CPU...
Read more >
What is CPU usage, and how to fix high CPU usage
If you are currently not running any additional programs, your CPU usage should be anywhere between 1% and 10% just through Windows processes...
Read more >
What Is CPU Usage? - Lifewire
CPU usage is the percentage of the total CPU capacity you're using at any given time. Older computers used to have one CPU...
Read more >
What Is a CPU And How To Monitor Its Usage | HP® Tech Takes
How to check CPU usage · Right-click the Taskbar and click on Task Manager · Open Start, do a search for Task Manager...
Read more >
How to Lower CPU Usage: Common Causes & Tips - N-able
How do I check CPU usage in Windows? ... In order to find out what percentage of CPU a computer is using, simply...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found