Replies: 1 comment 3 replies
-
Do you have a pretrained YOLOv8 module in the ONNX format? If yes, please type here the ONNX inputs/outputs or other stuff related to the model specs. It's possible to import, I hope Do you train it in the Python or C++? The main problem with YOLO is the porting of preprocessing/postprocessing code. We have no yet out the box, but if you share I could try to implement it with the KotlinDL |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I have a pretrained yolov8 model and wonder if there any way to import it using kotlinDL?
Beta Was this translation helpful? Give feedback.
All reactions