Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/0phoff/ibb
- Owner: 0phoff
- License: bsd-3-clause
- Created: 2019-08-06T11:27:55.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-15T08:16:03.000Z (over 1 year ago)
- Last Synced: 2024-10-03T09:33:06.438Z (about 1 month ago)
- Topics: computer-vision, deep-learning, ipython, ipywidgets, jupyter, notebook, object-detection, visualisation, visualization, widget
- Language: Python
- Homepage:
- Size: 25.1 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[![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