Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jsbroks/imantics
:camera: Reactive python package for managing, creating and visualizing different deep-learning image annotation formats
https://github.com/jsbroks/imantics
annotation-formats computer-vision image image-processing machine-learning python segmentation visualization
Last synced: 2 days ago
JSON representation
:camera: Reactive python package for managing, creating and visualizing different deep-learning image annotation formats
- Host: GitHub
- URL: https://github.com/jsbroks/imantics
- Owner: jsbroks
- License: mit
- Created: 2019-01-13T00:53:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-19T22:53:48.000Z (about 1 year ago)
- Last Synced: 2024-12-29T18:09:53.876Z (10 days ago)
- Topics: annotation-formats, computer-vision, image, image-processing, machine-learning, python, segmentation, visualization
- Language: Python
- Homepage: https://imantics.rtfd.io
- Size: 2.93 MB
- Stars: 365
- Watchers: 10
- Forks: 69
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Image Semantics
Image understanding is widely used in many areas like satellite imaging, robotic technologies, sensory networks, medical and biomedical imaging, intelligent transportation systems, etc. Recently semantic analysis has become an active research topic aimed at resolving the gap between low level image features and high level semantics which is a promoting approach in image understanding.
With many image annotation semantics existing in the field of computer vision, it can become daunting to manage. This package provides the ability to convert and visualize many different types of annotation formats for object dectection and localization.
Currently Support Formats:
- COCO Format
- Binary Masks
- YOLO
- VOCJoin our growing discord community of ML practitioner
If you enjoy my work please consider supporting me
## Installing
```
pip install imantics
```