Replies: 1 comment 2 replies
-
@rahmadyd to train YOLOv8 with SAHI for sliced inference and then export to TensorFlow Lite for Android deployment, you first train your model normally with YOLOv8. SAHI is used during inference, not training, so you don't need to modify your training process. After training, you can export your model to TensorFlow Lite using the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
excuse me, i want to ask about How to training yolov8 include slice aided hyper inference (sahi) because i want to export the weight but i dont know where i put sahi code if i export that weight to tensorflowlite (i want to deploy this model to android). please tell me how it works. thanks
Beta Was this translation helpful? Give feedback.
All reactions