All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.deeplearning4j.zoo.util.darknet.VOCLabels Maven / Gradle / Ivy

There is a newer version: 1.0.0-M2.1
Show newest version
package org.deeplearning4j.zoo.util.darknet;

import org.deeplearning4j.zoo.util.BaseLabels;

import java.io.IOException;

/**
 * Helper class that returns label descriptions for YOLO models trained with Pascal VOC.
 *
 * @author saudet
 */
public class VOCLabels extends BaseLabels {

    public VOCLabels() throws IOException {
        super("voc.names");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy