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.
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.
We'll be uploading pip packages soon. In the meantime, follow the install from source direction.
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 .
See the documentation on scanner.run for usage.
Version | Tag | Published |
---|---|---|
0.1.3 | 5yrs ago | |
0.1.2 | 5yrs ago | |
0.1.1 | 5yrs ago | |
0.1.0 | 5yrs ago |