SelvamArul / torch-visbox

visualizing what ConvNets learn with camera

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

torch-visbox

Installation

To run this code you need to install Torch7.

On MacOS you will need to install OpenCV as well.

brew update
brew tap homebrew/science
brew install opencv

Finally, you need to install the camera package.

luarocks install camera

Running

qlua run.lua

About

visualizing what ConvNets learn with camera

License:MIT License


Languages

Language:Lua 100.0%