Standalone cython_bbox
Project description
cython_bbox
COPIED FROM THE ORIGINAL cython-bbox
Credits:
- samson-wang
- Yyuk-Liao
- a-j-paul
- Philip Fu (cython_bbox_fix)
Modifications have been made from the original code to update for new numpy versions
The original README is repeated below
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
cython_bbox_og-1.0.0.tar.gz
(4.4 kB
view hashes)
Built Distributions
Close
Hashes for cython_bbox_og-1.0.0-cp311-cp311-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 40e5fc77659747ed4decb1a7db9b0b7e5862a9f14a1e7b365daf00a3ed77022e |
|
MD5 | 122f174d2ad24e0662ae245b6dba24eb |
|
BLAKE2b-256 | c1ece55f113e00d3b6954853f5e930ccc5b066306ba5d87ec190ed2724b3af57 |
Close
Hashes for cython_bbox_og-1.0.0-cp310-cp310-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f3691f3a62d198a73490cee7baab3184d8c277559cab51d249ce924f86381bdb |
|
MD5 | 2d1e8eaf61da8e03f36d8d68bc5afa82 |
|
BLAKE2b-256 | 2040a6b25ab0b55311347d03910f6dd9412708c9fff481da77be4e7ac67dd74d |
Close
Hashes for cython_bbox_og-1.0.0-cp39-cp39-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5cb5f785c723ab67f7b30342ffbdd51c7435cc481e327d8c469e7f3b82075d56 |
|
MD5 | e677b91b4c917e6227af9c5254f11404 |
|
BLAKE2b-256 | fd92d3bd41e0b210b633632cde39264c50628685b05dd27bfd878507e95b28ea |
Close
Hashes for cython_bbox_og-1.0.0-cp38-cp38-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4b007f8cbf392b414cfd43cda3667756d30a3c8acba75efeda262cf3df4710a4 |
|
MD5 | eff4979adc0289e5b9a75437e492755a |
|
BLAKE2b-256 | 81a18b12fe6a53e642509f927de204a8a6223e703a97ece8c1644ee2614b759b |