vision-rs 0.1.2

A high-performance computer vision SDK for Rust.
1
2
3
4
5
6
7
8
9
10
# Example environment for local development. Copy this to `.env` (gitignored) and adjust the
# paths below for your machine, then `source .env` before building/running/benchmarking.

# Custom teenyc compiler path, if you're using a custom teenyc Rust toolchain.
# If not set uses the default teenyc compiler toolchain installed by `cargo teeny install-toolchain`.
#export TEENYC_PATH=<custom teenyc compiler path>

# Where downloaded benchmark datasets/models are cached. Point these at wherever you keep them.
export DATASETS_CACHE_DIR=$HOME/.cache/vision-rs/datasets
export MODELS_CACHE_DIR=$HOME/.cache/vision-rs/models