Ask Your Question
-1

Any code examples in C++ for outdoor object detection using Neuronal Network or pattern recognition with Visual Camera?

asked 2016-05-28 01:01:01 -0600

astronaut gravatar image

updated 2016-05-28 02:02:44 -0600

Hi

I was wondering if any code example in C++ of implementation of outdoor object (vehicle or aircraft door) detection/recognition using Neuronal Network or pattern recognition? I read couple of papers and saw some algorithms such as (http://papers.nips.cc/paper/5207-deep...) or (http://web.eecs.umich.edu/~honglak/cv...) . I will appreciate some code examples in C++ implementing those algorithms or giving some instruction of implementation of the algorithms in C++ .

Thanks

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2016-05-29 08:53:31 -0600

keghn gravatar image

Installing Darknet tested this on Linux and Mac computers:

http://pjreddie.com/darknet/install/

Convolution Neural Network Step.1 code Raspberry pi:
https://www.youtube.com/watch?v=e4v4B...

http://pastie.org/10834126
http://pastie.org/10834130
http://pastie.org/10834486

edit flag offensive delete link more

Comments

@keghn i tried Darknet before ( without cuda ). it takes about 2 sec. to process per image. what is your remarks about its performance?

sturkmen gravatar imagesturkmen ( 2016-05-29 09:01:26 -0600 )edit
1

Ya, That is what i got with the GPU setting OFF.

keghn gravatar imagekeghn ( 2016-05-29 10:45:29 -0600 )edit

Is it working on windows? How can I install on winnows?

astronaut gravatar imageastronaut ( 2016-07-12 02:51:15 -0600 )edit

What are those three links? Im new in this please could you tell me how to start ??

astronaut gravatar imageastronaut ( 2016-07-12 02:55:06 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2016-05-28 01:01:01 -0600

Seen: 657 times

Last updated: May 29 '16