[][src]Function darknet::load_labels

pub fn load_labels(file_name: &str) -> Result<Vec<String>, Error>

Reads file line-by-line and returns vector of strings. Useful for loading object labels from file.