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](https://github.com/rbgirshick/py-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](https://github.com/rbgirshick/py-faster-rcnn). Thanks [RBG](http://www.rossgirshick.info/)!
## 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)
)
```
cython_bbox is widely used in object detection tasks. To my best knowledge, it was first implemented in [Faster-RCNN](https://github.com/rbgirshick/py-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](https://github.com/rbgirshick/py-faster-rcnn). Thanks [RBG](http://www.rossgirshick.info/)!
## 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-0.1.3.tar.gz
(41.3 kB
view details)
File details
Details for the file cython_bbox-0.1.3.tar.gz
.
File metadata
- Download URL: cython_bbox-0.1.3.tar.gz
- Upload date:
- Size: 41.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.9.1 setuptools/24.0.3 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
82e2d887534ecc10d3507489a05b11259f3baacd29eee37e6d8c97e1ffb16554
|
|
MD5 |
dd726e4c938be5149945086a7ec123a0
|
|
BLAKE2b-256 |
fab9fc7d60e8c3b29cc0ff24a3bb3c4b7457e10b7610fbb2893741b623487b34
|