GithubHelp home page GithubHelp logo

Comments (10)

ICapalija avatar ICapalija commented on June 4, 2024 7

Here is your problem:
make.sh: line 13: nvcc: command not found

Solution
If you are using the latest version of this project, then run:
export PATH=$PATH:<path_to_cuda_folder>/bin

from faster-rcnn_tf.

sukritshankar avatar sukritshankar commented on June 4, 2024 7

Setting the following should make it work (it worked at least for me)
(1) export PATH=$PATH:/usr/local/cuda-8.0/bin/ (or your corresponding cuda path) for your terminal
(2) In make.sh file inside lib directory, do CXXFLAGS='-D_MWAITXINTRIN_H_INCLUDED'

from faster-rcnn_tf.

raulpuric avatar raulpuric commented on June 4, 2024

Same problem, please help.

from faster-rcnn_tf.

aquibjaved avatar aquibjaved commented on June 4, 2024

Do I need to install CUDA for this, I found that It require Nvidia GPU, But I have Radeon Graphics AMD.

from faster-rcnn_tf.

ICapalija avatar ICapalija commented on June 4, 2024

CUDA only runs on NVIDIA cards.
But you can build CPU version of this project.

from faster-rcnn_tf.

Wheele9 avatar Wheele9 commented on June 4, 2024

Where did you put the CXXFLAGS='-D_MWAITXINTRIN_H_INCLUDED' line exactly in the make.sh?

from faster-rcnn_tf.

sukritshankar avatar sukritshankar commented on June 4, 2024

At line 4, where you see CXXFLAGS='' !!

from faster-rcnn_tf.

riadhayachi avatar riadhayachi commented on June 4, 2024

make.sh: line 13: nvcc: command not found
g++: error: roi_pooling_op.cu.o: No such file or directory
i get this error any solution

from faster-rcnn_tf.

ShunChengWu avatar ShunChengWu commented on June 4, 2024

I think the easiest way to solve
make.sh: line 13: nvcc: command not found
is to set the path of your CUDA within the lib/make.sh file
@riadhayachi this should also solve your problem.
g++: error: roi_pooling_op.cu.o: No such file or directory

In addition, if encounter nvcc fatal : Unknown option 'undefined'
delete the $CXXFLAGS in the line of nvcc within lib/make.sh

from faster-rcnn_tf.

Jojo-Rabbit avatar Jojo-Rabbit commented on June 4, 2024

Can someone help me out, why this error is showing?

3 errors detected in the compilation of "roi_pooling_op_gpu.cu.cc".
g++: error: roi_pooling_op.cu.o: No such file or directory

from faster-rcnn_tf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.