Package controller

Class YOLOv8Model

java.lang.Object
controller.YOLOv8Model

public class YOLOv8Model extends Object
  • Constructor Details

    • YOLOv8Model

      public YOLOv8Model(String modelPath) throws ai.onnxruntime.OrtException
      Throws:
      ai.onnxruntime.OrtException
  • Method Details

    • runOnnxModel

      public ai.onnxruntime.OrtSession.Result runOnnxModel(ai.onnxruntime.OnnxTensor inputTensor) throws ai.onnxruntime.OrtException
      Throws:
      ai.onnxruntime.OrtException
    • close

      public void close() throws ai.onnxruntime.OrtException
      Throws:
      ai.onnxruntime.OrtException
    • isSessionOpen

      public boolean isSessionOpen()