hotcoco 0.1.0

Rust implementation of pycocotools — COCO dataset API for object detection, segmentation, and keypoint evaluation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "hotcoco"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
readme.workspace = true
keywords.workspace = true
categories.workspace = true
description = "Rust implementation of pycocotools — COCO dataset API for object detection, segmentation, and keypoint evaluation"

[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"
rayon = "1"