|
|
|
|
|
by ep_jhu
1325 days ago
|
|
This is great! I've done something similar, but to detect helicopters and tweet them to a local copter spotting group: https://twitter.com/dcskycam/with_replies I also use the Pi+HQ Cam, but with their wide-angle lens, and I do all the object detection (and heli type classification for a handful of types) on-device using TFLite. How do you not run up a Rekognition bill?! One of my project goals was to have the total cost be as low as possible, so while I do use AWS for the website hosting (S3+R53+CF) it's $0.60/mo - everything else is on-device. With Rekognition, processing a file every 2 seconds, it would add up! |
|
Your copter project looks great! I’ll have to check out TFLite!
I’m only running twice a minute and only during daylight hours. These large boats move pretty slow, so it’s not terrible…. At $1 per thousand calls, it’s a little less than a dollar a day.
I would be interested in trying out on device classification at some point both for reducing the cost and more frequent image capture (the boats aren’t that fast but it would be nice to get the “perfect” framing).
Thanks for your comment and thanks again for sharing your project — very cool!