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

https://github.com/laclouis5/globox-rs

Object detection toolbox for parsing, converting and evaluating bounding box annotations.
https://github.com/laclouis5/globox-rs

annotation-tool bounding-boxes coco cvat imagenet labelme object-detection open-image pascal-voc yolo

Last synced: 5 months ago
JSON representation

Object detection toolbox for parsing, converting and evaluating bounding box annotations.

Awesome Lists containing this project

README

        

# Globox

Based on . Work in progress.

## TODO

- [x] Base data structures
- [x] Parsers
- [x] Publish crate
- [x] Converters
- [ ] COCO evaluation
- [ ] Clean error handling
- [ ] Tests
- [ ] Python wrapper