BowlerKernel
ImagePredictorType.java
Go to the documentation of this file.
1 package com.neuronrobotics.bowlerkernel.djl;
2 
3 public enum ImagePredictorType {
4  yolov5, ultranet,retinaface
5 }