Functions and utilities to speed up data processing in computer vision tasks by using GPUs and C++.
Creating a package:
- Build docker image depend on platform:
make build-dgpu-builder
ormake build-xavier-builder
- Compile and create whl package:
make build-dgpu-lib
ormake build-xavier-lib