Live data from Hacker News

Building a Poor Man’s Deep Learning Camera in Python

makeartwithpython.com

21–28 of 28 posts

Re: Building a Poor Man’s Deep Learning Camera in Python

#22

Earlier quoted context omitted.

no - starlings and sea gulls mainly - nothing exciting

Sea gulls then. They aggressively go after food with little regard for their safety. They’re like rats with wings.

"Rats with wings" - you mean pigeons?

Re: Building a Poor Man’s Deep Learning Camera in Python

#23

This is the project I am planning to do with my son as he's getting interested in computers and loves nature. The rough aims are - > Rasp Pi + Camera/PIR to photograph birds > Connect to internet and post to wp, twitter and instagram The final aim is to add an AI component to see if we can detect birds and keep a count

[deleted]

Re: Building a Poor Man’s Deep Learning Camera in Python

#26
post #9
post #7

This is an awesome family xmas project. I don't have an old pc around to run YOLO / YOLO Tiny constantly though; can anyone recommend a cheap, suitable server provider for this? AWS EC2?

Don't you have a computer with a decent GPU? I have trained YOLOv2 on a GTX 1050. A night of training (and starting from pre-trained lower layers) yields good results depending on your application.

Inference is cheap. I suspect even a Rasberry Pi may be enough.

Re: Building a Poor Man’s Deep Learning Camera in Python

#27
post #22

Earlier quoted context omitted.

Sea gulls then. They aggressively go after food with little regard for their safety. They’re like rats with wings.

"Rats with wings" - you mean pigeons?

Fun fact, they are called rock doves.

Re: Building a Poor Man’s Deep Learning Camera in Python

#28
post #14

This article inspired me to have a play around with Darknet and Darkflow - turns out they're pretty easy to get going on an OS X laptop with Python 3 (installed via Homebrew). Here's how I got Darkflow working: https://gist.github.com/simonw/0f93bec220be9cf8250533b603bf6... For Darknet, I just ran "make" as documented here: https://pjreddie.com/darknet/install/ and then followed the instructions on https://pjreddie.c…

Off-topic, but I am curious what you are using for your OS X laptop. I'm assuming from your choice of wording that it isn't Apple hardware and am interested in your experience with what is working well for a non-Apple OS X machine and how happy you are with it.
Post reply on HN