aperature

Crates.ioaperature
lib.rsaperature
version0.1.1
sourcesrc
created_at2019-01-15 01:19:06.60903
updated_at2019-01-26 16:38:03.68096
descriptionObject detection using single shot multibox detector
homepage
repositoryhttps://github.com/mstallmo/aperature
max_upload_size
id108590
size22,924
Mason Stallmo (mstallmo)

documentation

README

aperature

Build Status Docs crates.io

Alt text

A Rust crate for doing object detection using Tensorflow!

aperature uses the ssd_mobilenet developed by Google for object detection. ssd_mobilenet provides a quick execution time as well as a small size to allow for the most diverse range of deployment of the crate.

Documentation

Usage

Input: Input images can be provided through img::GenericImage that can be found in this crate or by passing in the Image struct found in the pison image crate. To use other image types not listed here there is a public trait DetectionImage that is also accepted as input to the model.

Output: Arrays containing the detection infomration found in the image. This information includes the bounding boxes of found objects, the confidence score for those found objects, the detection classes for the objects, and the number of detections in the image.

Changelog

Project changes and releases will be captured in the CHANGELOG.md file that can be found in this repository.

Code of Conduct

The aperature project follows a strict community code of conduct. Information about our code of conduct can be found at CODE_OF_CONDUCT.md

Contact

Mason Stallmo masonstallmo@gmail.com

Commit count: 49

cargo fmt