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.21.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe485c83f1a65482381f3099943a583988b726de9f250735f5f4c52008c05ed8 |
|
MD5 | 353052eea1c08cbbd00fa877c5de85fb |
|
BLAKE2b-256 | aaa25fbc934c98375233572f8172f879e481d421796b3152ec5912a75ba908f5 |
Close
Hashes for cython_bbox_fix-2023.4.21-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fccdb73e43435154e5fe0912b2377e9e1b8e3c88073e1121665119483bd0c004 |
|
MD5 | 65f01d56ac0a2aeebe05145e695dee15 |
|
BLAKE2b-256 | 017befceaee2d24b1e64c48a8c28256003300ab0e5d0a97a2b4a84d581a9f860 |