Skip to content

RazvanRanca/overfeat-torch

 
 

Repository files navigation

OverFeat-Torch7 Wrapper

OverFeat is a Convolutional Network-based image classifier and feature extractor from NYU. The original can be found in the repository: https://github.com/sermanet/OverFeat This application loads weights from OverFeat and construct a network for vanilla Torch7. Torch7 and extra packages (image, nn, torchffi) should be properly installed.

Install

Run the shell script to download weights and build this library.

sh install.sh

Run demo

Run the command below.

th run.lua

About

OverFeat-Torch7 Wrapper Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 97.0%
  • C 2.0%
  • Shell 1.0%