For OpenCV classification tutorials this is another great resource to keep playing around with DIY projects. FYI avoid his email list unless you enjoy 3-4 sales emails every week.
Building a Poor Man’s Deep Learning Camera in Python
21–28 of 28 posts
Re: Building a Poor Man’s Deep Learning Camera in Python
#22Re: Building a Poor Man’s Deep Learning Camera in Python
#23This 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
Re: Building a Poor Man’s Deep Learning Camera in Python
#24Re: Building a Poor Man’s Deep Learning Camera in Python
#25Re: Building a Poor Man’s Deep Learning Camera in Python
#26This 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.
Re: Building a Poor Man’s Deep Learning Camera in Python
#27Re: Building a Poor Man’s Deep Learning Camera in Python
#28This 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…