How to Install and Run Deep Learning DeepBeliefSDK on a RPI - Raspberry Pi Forums
how install , run deep learning deepbeliefsdk on raspberry pi
note
deepbeliefsdk developer github has instructions running on rpi b2. see detailed instructions in posts below fyi
have installed , run deepbelief examples on b+ https://github.com/jetpacapp/deepbeliefsdk uses gpu analysis of images.
memory set 128 , example deepbelief compiled , able run many examples using various photos , downloaded google images.
have new b2 , went through same install procedure pretty basic. compile successful when tried run example, rpi b2 locks , needed hard reboot recover.
tried reinstalling several times no luck.
change gpu settings how install deep learning deepbeliefsdk on rpi model b or b+ (not b2)
make sure have installed build-essentials packages trying integrate robotics opencv project , b2 quadcore giving me better opencv performance move forward using b2
developer has b2 install no longer uses gpu analysis. have include instructions below.
thanks
note
deepbeliefsdk developer github has instructions running on rpi b2. see detailed instructions in posts below fyi
have installed , run deepbelief examples on b+ https://github.com/jetpacapp/deepbeliefsdk uses gpu analysis of images.
memory set 128 , example deepbelief compiled , able run many examples using various photos , downloaded google images.
have new b2 , went through same install procedure pretty basic. compile successful when tried run example, rpi b2 locks , needed hard reboot recover.
tried reinstalling several times no luck.
change gpu settings
code: select all
sudo nano /boot/config.txt # in nano add gpu line below bottom of file # gpu_mem=128 sudo reboot
make sure have installed build-essentials packages
code: select all
git clone https://github.com/jetpacapp/deepbeliefsdk.git cd deepbeliefsdk/raspberrypilibrary sudo ./install.sh cd ../examples/simplelinux/ make sudo ./deepbelief
developer has b2 install no longer uses gpu analysis. have include instructions below.
thanks
fyi
got github message developer. looks different arm architecture might causing problem. developer has ordered b2 , investigation problem.
got github message developer. looks different arm architecture might causing problem. developer has ordered b2 , investigation problem.
raspberrypi
Comments
Post a Comment