Running R-CNN on CPU mode

274 views
Skip to first unread message

Jumabek Alihanov

unread,
May 31, 2015, 8:08:16 AM5/31/15
to caffe...@googlegroups.com
Hi folks!
 I am new to Caffe and trying to run RCNN.
 However I didn;t buy GPU yet.
 Can I still run R-CNN on CPU mode on ubuntu? 
If not is there any other object detection models in Caffe?
 Thanks a lot!

林子達

unread,
Jun 3, 2015, 10:17:52 PM6/3/15
to caffe...@googlegroups.com

Yes, it can.

Run in CPU mode ./tools/demo.py --cpu. Type ./tools/demo.py -h for usage.

If the demo crashes Caffe because your GPU doesn't have enough memory, try running the demo with a small network, e.g., ./tools/demo.py --net caffenet or with --net vgg_cnn_m_1024. 


Jumabek Alihanov於 2015年5月31日星期日 UTC+8下午8時08分16秒寫道:

georgi angelov

unread,
Jun 3, 2015, 10:46:34 PM6/3/15
to caffe...@googlegroups.com
Can I ask how are you trying to run RCNN ?

Jumabek Alihanov

unread,
Jun 4, 2015, 7:17:07 AM6/4/15
to caffe...@googlegroups.com
Thanks for writing Georgi!
I want to make demo in which programm catches the frames from webcam and rcnn displays bounding boxes around detected objects. 
Actually I have already got the answer for my initial question. Cause I already figured out that using already trained models I can run rcnn on CPU.  So I should  mark as complete this post I guess.
Reply all
Reply to author
Forward
0 new messages