Standalone cython_bbox
Project description
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)
)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for cython_bbox_fix-2023.4.20.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 34849693560124cbbff2a19393ff27ce7a51b5aaf6856752bbda3e91a918cf97 |
|
MD5 | ba065b363d5dfb8ada1b42487f1c98d8 |
|
BLAKE2b-256 | eeff3f33dc0237b98eb85f9702d7f886587e9b8fbf7ac81178ea94289a2c12ba |
Close
Hashes for cython_bbox_fix-2023.4.20-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 067ce52441450bd68f1b2bb53778e37d182028683ce2bd4425bf0263e670fdff |
|
MD5 | 6a76dc58dbea3fc632b379cd0a6808f4 |
|
BLAKE2b-256 | 05a7907519b86eb6d6d8b885e6cc486cbcb3ee47a5a32e27dece0663a95ddd24 |