Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 505 Bytes

File metadata and controls

23 lines (16 loc) · 505 Bytes

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.