Braincraft Hat and Tensor Flow setup

Moderators: adafruit_support_bill, adafruit

Forum rules
Talk about Adafruit Raspberry Pi® accessories! Please do not ask for Linux support, this is for Adafruit products only! For Raspberry Pi help please visit: http://www.raspberrypi.org/phpBB3/
Locked
User avatar
incrediblelittlebee
 
Posts: 6
Joined: Sun May 30, 2021 11:44 am

Braincraft Hat and Tensor Flow setup

Post by incrediblelittlebee »

Hiya Adafruit support team. I wanted to tell you how happy I am with my recent purchase of the BrainCraft hat. Amazed!
There a couple of changes I needed to work out on this page of the instructions: https://learn.adafruit.com/running-tens ... te-2-setup

Code: Select all

wget https://raw.githubusercontent.com/PINTO0309/Tensorflow-bin/master/tensorflow-2.3.1-cp37-none-linux_armv7l_download.sh
should maybe be

Code: Select all

wget https://raw.githubusercontent.com/PINTO0309/Tensorflow-bin/main/previous_versions/download_tensorflow-2.3.1-cp37-none-linux_armv7l.sh
Also, you probably don't want to do

Code: Select all

pip3 install tensorflow-*-linux_armv7l.whl
as that will install all arm71 versions of tensorflow and two of them conflicted and caused a error on the next command. You probably instead want to

Code: Select all

pip3 install ./tensorflow-2.3.1-cp37-none-linux_armv7l.whl
I'm using a Raspberry Pi 4 Model B Rev 1.2

For all of the pages of instructions to get this working that was the only stumble! It works and I'm working on the next step of my project. I'm building a bot that can tell when my dog is on the counter.

User avatar
dastels
 
Posts: 15817
Joined: Tue Oct 20, 2015 3:22 pm

Re: Braincraft Hat and Tensor Flow setup

Post by dastels »

Awesome. Have fun!

Please make that project available! I need it for my cat!!

Dave

User avatar
jerryn
 
Posts: 1886
Joined: Sat Sep 14, 2013 9:05 am

Re: Braincraft Hat and Tensor Flow setup

Post by jerryn »

Yes -- please share this -- I need to be able to distinguish it it is the dog or the cat at the door!

User avatar
dastels
 
Posts: 15817
Joined: Tue Oct 20, 2015 3:22 pm

Re: Braincraft Hat and Tensor Flow setup

Post by dastels »

With the audio support I'd have it say "schooo you bad cat" when it sees her on the counter. She seems to think that undefended tasty m,eats on the counter are fair game. She's been known to drag off defenseless baked potatoes as well.

What I'm wondering is how long it would take her to figure out that it's all bark and no bite.

Dave

User avatar
incrediblelittlebee
 
Posts: 6
Joined: Sun May 30, 2021 11:44 am

Re: Braincraft Hat and Tensor Flow setup

Post by incrediblelittlebee »


User avatar
jerryn
 
Posts: 1886
Joined: Sat Sep 14, 2013 9:05 am

Re: Braincraft Hat and Tensor Flow setup

Post by jerryn »

Thank you for sharing this -- I'm looking forward to giving it a try....

Locked
Forum rules
Talk about Adafruit Raspberry Pi® accessories! Please do not ask for Linux support, this is for Adafruit products only! For Raspberry Pi help please visit: http://www.raspberrypi.org/phpBB3/

Return to “Adafruit Raspberry Pi® accessories”