Formosa Dataset Toolkit in Rust

Serde-compatible data types and parsing library for Formosa dataset, created by Institute for Information Industry in Taiwan.

Documentation

The API documentation is hosted on docs.rs.

Usage

Add this crate to your Cargo.toml.

toml iii-formosa-dataset = "0.1"

Loading all samples in the dataset directory can be done by:

```rust let samples = iiiformosadataset::load(&dataset_dir)?;

```

License

The implementation of parser and dataset format, exclusive of the dataset images and label files, are distributed under MIT license.

By using this library, please cite one of the following texts.

Formosa Dataset, created by Institute for Information Industry

Formosa自駕深度學習資料庫, 財團法人資訊工業策進會