Skip to content

Rust crate for the nanodet object detection model, based on ncnn neural network framework

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

lit-robotics/ncnn-nanodet-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ncnn-nanodet-rs

Rust crate for the nanodet object detection model, based on ncnn neural network framework.

Deprecated in favor of nanodet-rs, which supports multiple neural network backends in addition to ncnn

Usage

Can be used as library by including in Cargo.toml:

ncnn-nanodet-rs = { git = "https://github.com/chemicstry/ncnn-nanodet-rs" }

For rust-flavored usage see examples/image.rs, or if you like opencv check examples/opencv.rs

Cargo Features

  • image for image based utility functions.
  • opencv for opencv based utility functions.

Running examples

Run pretrained COCO model on an image with rust image pipeline:

cargo run --example image --release --features image -- data/coco_test.jpg

Run pretrained COCO model on an image with opencv image pipeline:

cargo run --example opencv --release --features opencv -- data/coco_test.jpg

About

Rust crate for the nanodet object detection model, based on ncnn neural network framework

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages