djl
djl copied to clipboard
Does DJL support YOLOv8-based object detection models trained on custom datasets?
@geekwenjie
Yes, you can export your own Yolov8 model to torchscript or Onnxruntime, the DJL can load the model and use Yolov8 translator to run inference
@frankfliu I know that DJL can be used for YOLO inference, but does it support training directly on DJL?
No, we don't support training YOLO model in Java. It's better you train the model in Python and then load it in DJL for inference.