igor-yusupov / rusty-yolo

Apache License 2.0
13 stars 3 forks source link

yoloV5 model #7

Closed Sola-AIGithub closed 1 year ago

Sola-AIGithub commented 1 year ago

Can it train or use yoloV5 model to predict img?

igor-yusupov commented 1 year ago

@Sola-AIGithub yes, you can use it to predict. check the examples. now there is no ability to train model, but you can train via python by using official yolov5 repository and after that run the inference like in examples.