Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/0phoff/ibb

IPython widgets from Brambox
https://github.com/0phoff/ibb

computer-vision deep-learning ipython ipywidgets jupyter notebook object-detection visualisation visualization widget

Last synced: 17 days ago
JSON representation

IPython widgets from Brambox

Awesome Lists containing this project

README

        

Logo

[![PyPi][pypi-badge]][pypi-url]
[![NPM][npm-badge]][npm-url]
[![Documentation][docs-badge]][docs-url]

Interactive BramBox
===================
IPython widgets for visualizing [brambox](http://eavise.gitlab.io/brambox/) annotation and detection dataframes on their images.
These widgets help with doing computer vision research in IPython Notebooks.

## Installation

```bash
> pip install ibb
```

## Widget List
Check out the [documentation][docs-url] for more information!

- **ImageViewer**: Image list browser.
- **BramboxViewer**: Brambox dataset browser. Browse through your annotations or detections for visual inspection.
- **PatchViewer**: Brambox dataset browser, but cut images in smaller patches (with overlap) for easier visualisation.
- **CutoutViewer**: Brambox dataset browser, but view individual annotations or detections as cutouts of the image.

[pypi-badge]: https://img.shields.io/pypi/v/ibb?logo=pypi
[pypi-url]: https://pypi.org/project/ibb
[npm-badge]: https://img.shields.io/npm/v/ibb?logo=npm
[npm-url]: https://npmjs.com/package/ibb
[docs-badge]: https://img.shields.io/readthedocs/ibb?logo=readthedocs
[docs-url]: https://ibb.readthedocs.io