Struct darknet::Groundtruth
[−]
[src]
pub struct Groundtruth { /* fields omitted */ }
Groundtruth.
Methods
impl Groundtruth
[src]
pub fn load<P: AsRef<Path>>(filename: P) -> Result<Self, Error>
[src]
Load a new label.
pub fn box_at(&self, i: usize) -> Rect
[src]
Return the rectangle box at a particular index.