Giter Club home page Giter Club logo

scannertools_4bj7's Introduction

scannertools: video processing toolkit ย  Build Status

Scannertools is a Python library of easy-to-use, off-the-shelf pipelines written using the Scanner video processing engine. Scannertools provides implementations of:

See the documentation on scanner.run for more details.

Installation

You must have Scanner and all of its dependencies installed. See our installation guide.

Each subdirectory prefixed with "scannertools" is a module containing Python and C++ Scanner ops. The modules are separated because each expects different system dependencies:

The scannertools_infra package contains build and test infrastructure for each of the scannertools submodules.

To install the optional dependencies that scannertools use, first clone the dependency repo and then add the source to the python pyath.

From pip

We'll be uploading pip packages soon. In the meantime, follow the install from source direction.

From source

First clone the repository and install the infrastructure.

git clone https://github.com/scanner-research/scannertools
cd scannertools
cd scannertools_infra
pip3 install --user -e .

Then, for each submodule you want to install, go into the the subdirectory and run pip, e.g.:

cd scannertools_caffe
pip3 install --user -e .

To build the ops with GPU compatibility, pass the path to your CUDA installation:

pip3 install --install-option="--build-cuda=/usr/local/cuda" --user -e .

Usage

See the documentation on scanner.run for usage.

scannertools_4bj7's People

Contributors

danfu09 avatar fpoms avatar haotianz94 avatar seahyinghang8 avatar trellixvulnteam avatar willcrichton avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.