Page 1 of 1

Installing Torch7 on Ubuntu along with Teradeep

Posted: Mon 27 Jul 27 2015 10:50 pm
by Daniel Wee
Install supporting packages

sudo apt-get install python-numpy python-scipy python-matplotlib ipython ipython-notebook python-pandas python-sympy python-nose
http://www.scipy.org/install.html

Install Torch7

http://torch.ch/docs/getting-started.html#_

You may want to consider installing torch7 in /usr/local/bin instead of ~/torch
In either case, when installing Teradeep, make sure to edit the Makefile in lib to include whichever directory it gets installed into.

Install more support files

luarocks install camera
apt-get install nvidia-cuda-toolkit
apt-get install libopenblas-base
apt-get install libopenblas-dev

Re: Installing Torch7 on Ubuntu along with Teradeep

Posted: Mon 27 Jul 27 2015 11:20 pm
by Daniel Wee
Torch7 performance testing

https://groups.google.com/forum/#!topic ... q6p5aKl48M

Go to where you want to download the directory:-

git clone https://gist.github.com/culurciello/5189137

cd 5178137

run the file with th

Re: Installing Torch7 on Ubuntu along with Teradeep

Posted: Tue 28 Jul 28 2015 1:33 am
by Daniel Wee
Install Teradeep demo-apps

make a directory somewhere for Teradeep

git clone https://github.com/teradeep/demo-apps
cd demo-apps

Follow install instructions here:-
https://github.com/teradeep/demo-apps

Run cheese (install if not) to test if camera is working.

Download the categories.txt, stat.t7 and model.net into demo-apps directory

Re: Installing Torch7 on Ubuntu along with Teradeep

Posted: Wed 31 Aug 31 2016 9:23 pm
by Daniel Wee