Struct darknet::Meta [] [src]

pub struct Meta { /* fields omitted */ }

Metadata.

Methods

impl Meta
[src]

[src]

Load a new metadata.

[src]

Return the number of classes.

[src]

Return the class name identified by the classification index.

Trait Implementations

impl Debug for Meta
[src]

[src]

Formats the value using the given formatter. Read more

impl From<metadata> for Meta
[src]

[src]

Performs the conversion.