Installing Torch7 on Ubuntu along with Teradeep

Reviews and other little ventures that don't quite fit into the other forums
Post Reply
Daniel Wee
Site Admin
Posts: 2449
Joined: Wed 25 Feb 25 2009 8:00 pm

Installing Torch7 on Ubuntu along with Teradeep

Post 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
Daniel Wee
Site Admin
Posts: 2449
Joined: Wed 25 Feb 25 2009 8:00 pm

Re: Installing Torch7 on Ubuntu along with Teradeep

Post 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
Daniel Wee
Site Admin
Posts: 2449
Joined: Wed 25 Feb 25 2009 8:00 pm

Re: Installing Torch7 on Ubuntu along with Teradeep

Post 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
Post Reply