4Quant / noscope

A fork of the repository from the Dawn Group at Stanford

Home Page:http://dawn.cs.stanford.edu/2017/06/22/noscope/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

noscope

Installation

Requirements

  • python The project is a python 2.7 project (not 3 compatible yet) and it is probably easist to setup with an Anaconda distribution.
  • ffmpeg The ffmpeg utility is required for some of the scripts which convert video
  • Python / PIP The python requirements are listed in the requirements.txt file. The most complicated package is opencv3 which requires a number of compilation steps to install on most platforms, if using Anaconda there are prepackaged versions which make setup much easier.

Steps

git clone https://github.com/stanford-futuredata/noscope.git
cd noscope
python setup.py install

Usage

There are a number of scripts in the exp/ and scripts/ directory which can be used to start training and using models on various datasets.

About

A fork of the repository from the Dawn Group at Stanford

http://dawn.cs.stanford.edu/2017/06/22/noscope/


Languages

Language:Python 97.3%Language:C++ 2.0%Language:Shell 0.4%Language:CMake 0.3%