cython_bbox
cython_bbox is widely used in object detection tasks. To my best knowledge, it was first implemented in Faster-RCNN. Since then, almost all object detection projects use the source code directly.
In order to use it in standalone code snippets or small projects, I make it a pypi module. The cython_bbox.pyx is totally borrowed from Faster-RCNN. Thanks RBG!
install
pip install cython_bbox
usage
from cython_bbox import bbox_overlaps
overlaps = bbox_overlaps(
np.ascontiguousarray(dt, dtype=np.float32),
np.ascontiguousarray(gt, dtype=np.float32)
)
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file cython_bbox_nguyenchien-0.1.3.tar.gz.
File metadata
- Download URL: cython_bbox_nguyenchien-0.1.3.tar.gz
- Upload date:
- Size: 42.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f749e3d1afc031d6aa31022c26c565932c64209907f910fc75f4c2bad17cb38
|
|
| MD5 |
99a732cb86514fc2faac7402c839d438
|
|
| BLAKE2b-256 |
7bf1f5cb0234045b5aa5bd1a211f00bf67104faf59046b9177d7a14c10188f73
|