Live data from Hacker News

Raspberry Pi Pet Detector Camera Using Python, TensorFlow, and Twilio [video]

youtube.com

71–80 of 84 posts

Re: Raspberry Pi Pet Detector Camera Using Python, TensorFlow, and Twilio [video]

#71

Earlier quoted context omitted.

We can appreciate that one of us was patient enough to set those burning desires for power aside and allow his dog to communicate that he misses him, and he has to take a poop.

of course we can. i thought it was funny.

Mmm, I think you were at least kinda serious

Re: Raspberry Pi Pet Detector Camera Using Python, TensorFlow, and Twilio [video]

#72
post #71

Earlier quoted context omitted.

of course we can. i thought it was funny.

Mmm, I think you were at least kinda serious

i legitimately thought the dog sending too many texts was funny and the project was cool. i was serious in disagreeing with our species coming so far.

Re: Raspberry Pi Pet Detector Camera Using Python, TensorFlow, and Twilio [video]

#73
Last Christmas, I used an RPi to build a dial-up WiFi modem for my Grandma, who lives in a rural area where dial-up is the only Internet option, but still wants to download books onto her Kindle (requires WiFi, but not fast speeds).

Was fairly straightforward--required just a USB dial-up modem, WiFi card, switch with some lights, a case, and a little Python programming. Oddly enough, the hardest part of the whole setup was "reverse engineering" what the proprietary Netscape dial-up app was doing with her password before sending it out--turned out it was lowercasing it! Facepalmed real hard there. After figuring that out, everything worked in Linux beautifully.

Re: Raspberry Pi Pet Detector Camera Using Python, TensorFlow, and Twilio [video]

#74
post #56

I have a capacitive touch button that my dogs press when they need/want to go outside that makes a noise and sends me an SMS. They used to have all hours access to it and when they expected me home at the end of the day, I would start receiving texts in rapid succession. Access was removed shortly thereafter. The novelty of getting drinks after work and receiving a "Where are you?" text from my dogs every three minut…

What if it scanned your local network for one of your MAC addresses or use something like avahi to find your devices to check whether you're home before sending a text or notification?

Re: Raspberry Pi Pet Detector Camera Using Python, TensorFlow, and Twilio [video]

#76
post #56

I have a capacitive touch button that my dogs press when they need/want to go outside that makes a noise and sends me an SMS. They used to have all hours access to it and when they expected me home at the end of the day, I would start receiving texts in rapid succession. Access was removed shortly thereafter. The novelty of getting drinks after work and receiving a "Where are you?" text from my dogs every three minut…

How did your dogs figure out that a button gets your attention? Did you have to train them in some way?

Also, I am wondering how dogs know when to expect you back. Is their sense of time that accurate and they can easily realize that 9-ish hours passed?

Re: Raspberry Pi Pet Detector Camera Using Python, TensorFlow, and Twilio [video]

#77

Cool twist on an old problem. Here are two others, using different tech to automatically open the door for the pet. Facial recognition: https://www.hackster.io/windowsiot/cat-door-with-pet-recogni... Pattern recognition: https://hackaday.com/2010/05/14/cat-door-unlocks-via-facial-...

The first link, "Flo Control" (named after Flo the cat) was built in the late 1990's, and this link on MetaFilter ( https://www.metafilter.com/15802/ ) is from 2002, but the host link appears to be dead. The OP is kinda swatting a fly with a sledgehammer, but blindfolded, because the system would probably break if the door changed or someone moved something into the detection window. Problem with CNNs is training the…

Here's an archive.org link for "Flo Control":

https://web.archive.org/web/20040401115046/http://www.quantu...

Re: Raspberry Pi Pet Detector Camera Using Python, TensorFlow, and Twilio [video]

#78
post #30

What if you're not home? It is for such occasions that cat flaps were invented. However, today's cat flaps either open for any cat, or they're RFID-based, and for that to work, you implant a chip into your cat, which I find utterly barbaric. Now what could be a great improvement is a cat flap identifying your cat(s) and letting them in based on computer vision, instead of relying on implants. I'd pay good money for i…

Sorry if this sounds idiot, but can't you put the RFID chip into the leash or something like that? Why it needs to be "inside" the animal?

If a collar sits comfortably on a cat's neck, the cat will remove the collar. If a collar sits very tightly on a cat's neck, it's somewhat uncomfortable.

Re: Raspberry Pi Pet Detector Camera Using Python, TensorFlow, and Twilio [video]

#79

Does it also know when the cat is just going to stand in the window frame for 2 minutes until it goes back inside?

To be fair, I don't think the cat even knows that, considering their habit of scratching at the door, then staring outside for 30 seconds before deciding to stay in.

Re: Raspberry Pi Pet Detector Camera Using Python, TensorFlow, and Twilio [video]

#80
post #56

I have a capacitive touch button that my dogs press when they need/want to go outside that makes a noise and sends me an SMS. They used to have all hours access to it and when they expected me home at the end of the day, I would start receiving texts in rapid succession. Access was removed shortly thereafter. The novelty of getting drinks after work and receiving a "Where are you?" text from my dogs every three minut…

What if it scanned your local network for one of your MAC addresses or use something like avahi to find your devices to check whether you're home before sending a text or notification?

It actually does this using MAC addresses. :-) It says "Where are you?" if not I'm not home and "We need to go outside" if I am home.
Post reply on HN