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
Built Distributions
File details
Details for the file cython_bbox_og-1.0.0.tar.gz
.
File metadata
- Download URL: cython_bbox_og-1.0.0.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8f185bdb4f074b52e534960c20d906766846b021a80f351fbb460d98be6b42ad |
|
MD5 | 41ce8f13599d57222bbbbcbdd921d30d |
|
BLAKE2b-256 | d0dd545491da15194177ad31b741dc801c085b121f4efee66c2485a9e203644c |
File details
Details for the file cython_bbox_og-1.0.0-cp311-cp311-win_amd64.whl
.
File metadata
- Download URL: cython_bbox_og-1.0.0-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 24.0 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 40e5fc77659747ed4decb1a7db9b0b7e5862a9f14a1e7b365daf00a3ed77022e |
|
MD5 | 122f174d2ad24e0662ae245b6dba24eb |
|
BLAKE2b-256 | c1ece55f113e00d3b6954853f5e930ccc5b066306ba5d87ec190ed2724b3af57 |
File details
Details for the file cython_bbox_og-1.0.0-cp310-cp310-win_amd64.whl
.
File metadata
- Download URL: cython_bbox_og-1.0.0-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 23.9 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f3691f3a62d198a73490cee7baab3184d8c277559cab51d249ce924f86381bdb |
|
MD5 | 2d1e8eaf61da8e03f36d8d68bc5afa82 |
|
BLAKE2b-256 | 2040a6b25ab0b55311347d03910f6dd9412708c9fff481da77be4e7ac67dd74d |
File details
Details for the file cython_bbox_og-1.0.0-cp39-cp39-win_amd64.whl
.
File metadata
- Download URL: cython_bbox_og-1.0.0-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 23.9 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5cb5f785c723ab67f7b30342ffbdd51c7435cc481e327d8c469e7f3b82075d56 |
|
MD5 | e677b91b4c917e6227af9c5254f11404 |
|
BLAKE2b-256 | fd92d3bd41e0b210b633632cde39264c50628685b05dd27bfd878507e95b28ea |
File details
Details for the file cython_bbox_og-1.0.0-cp38-cp38-win_amd64.whl
.
File metadata
- Download URL: cython_bbox_og-1.0.0-cp38-cp38-win_amd64.whl
- Upload date:
- Size: 23.9 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4b007f8cbf392b414cfd43cda3667756d30a3c8acba75efeda262cf3df4710a4 |
|
MD5 | eff4979adc0289e5b9a75437e492755a |
|
BLAKE2b-256 | 81a18b12fe6a53e642509f927de204a8a6223e703a97ece8c1644ee2614b759b |