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.
- Host: GitHub
- URL: https://github.com/laclouis5/globox-rs
- Owner: laclouis5
- Created: 2022-11-18T17:47:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-26T14:53:35.000Z (over 1 year ago)
- Last Synced: 2024-10-08T14:08:41.779Z (6 months ago)
- Topics: annotation-tool, bounding-boxes, coco, cvat, imagenet, labelme, object-detection, open-image, pascal-voc, yolo
- Language: Rust
- Homepage: https://docs.rs/globox/
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-yolo-object-detection - laclouis5/globox-rs - rs?style=social"/> : Object detection toolbox for parsing, converting and evaluating bounding box annotations. (Other Versions of YOLO)
- awesome-yolo-object-detection - laclouis5/globox-rs - rs?style=social"/> : Object detection toolbox for parsing, converting and evaluating bounding box annotations. (Other Versions of YOLO)
- awesome-rust-list - laclouis5/globox-rs - rs?style=social"/> : Object detection toolbox for parsing, converting and evaluating bounding box annotations. (Machine Learning)
- awesome-rust-list - laclouis5/globox-rs - rs?style=social"/> : Object detection toolbox for parsing, converting and evaluating bounding box annotations. (Machine Learning)
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