Skip to content

omnious/bbox-loader

Repository files navigation

BBox Loader

A fast bounding box loader

Installation

First, we need to install this package's dependency: Intel Threading Building Blocks (TBB). This allows for parallel when performing query operations in the list, such as finding an item.

sudo apt install libtbb-dev

Now, we can clone and build this package

git clone git@github.com:omnious/bbox-loader.git
cd bbox-loader
python setup.py install

Usage

Check out the loader_example.py for how to use this package.

About

A fast bounding box loader

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published