2 unstable releases
0.2.0 | Apr 1, 2021 |
---|---|
0.1.0 | Feb 19, 2021 |
#736 in Science
9KB
162 lines
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
.
iii-formosa-dataset = "0.1"
Loading all samples in the dataset directory can be done by:
let samples = iii_formosa_dataset::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.
- English
Formosa Dataset, created by Institute for Information Industry
- Traditional Chinese
Formosa自駕深度學習資料庫, 財團法人資訊工業策進會
lib.rs
:
Se/Deserialization toolkit for Formosa dataset from Institute for the Information Industry
Dependencies
~1–1.8MB
~39K SLoC