Class ClassifierAndSource


public class ClassifierAndSource extends Tuple2<ImageClassifier<Planar<GrayF32>>,List<String>>
Contains a classifier and where to download its models. Each string in source is an address where the model can be downloaded from. If one fails then another should be attempted.
  • Constructor Details

    • ClassifierAndSource

      public ClassifierAndSource()
  • Method Details