LdDl/object-detection-opencv-rust

[QUESTION] Training support

Closed this issue · 1 comments

There seems to be support for training the Ultralytics YOLOv8 model in the official Python library.

Is this kind of functionality intended to be replicated in this library? I'm not too sure what the goals are, but I'd love to use it over a Python script to train with some nice 'correctness' 😄

LdDl commented

Hello
You can use whatever you want to train v8 model. E.g., you can train object detector for detecting hobbits, then you just need to deploy model into ONNX format. That is it.