mitmul / chainer-faster-rcnn

Object Detection with Faster R-CNN in Chainer
MIT License
288 stars 87 forks source link

Ubuntu 14.04 / 16.04 stuck in login loop after installing CUDA toolkit #26

Open HardikChauhanSA opened 6 years ago

HardikChauhanSA commented 6 years ago

Hello , When I try to run the setup it gives me error of not getting found

/cuda/lib/nvcc

When I install the CUDA toolkit it gets stuck in the login loop. I have tried to install in 2 ubuntu system with versions 14.04 and 16.04. And getting the same kind of issue in both systems.

I have followed these steps to install, https://askubuntu.com/questions/799184/how-can-i-install-cuda-on-ubuntu-16-04

Please help me on how to do that.

mitmul commented 6 years ago

@HardikChauhanSA Hi, thank you for trying this repo. We've released the cleaned version of Faster R-CNN inference & training codes in ChainerCV: https://github.com/chainer/chainercv . Please check the ChainerCV repo instead of these code here!

HardikChauhanSA commented 6 years ago

@mitmul Hello, Thank you for a quick reply. Sorry about that. I have one question, do I need GPU to run this code or it can also be run on CPU?