opendr-eu / opendr

A modular, open and non-proprietary toolkit for core robotic functionalities by harnessing deep learning
Apache License 2.0
615 stars 95 forks source link

Yolov5train #400

Closed vivinousi closed 1 year ago

vivinousi commented 1 year ago

This PR introduces a quick fix to using custom trained models for YOLOv5 as well as an example of converting an OpenDR dataset into YOLOv5 .yml format for training

ad-daniel commented 1 year ago

I believe there's something wrong with this PR. Either you started it from the wrong branch, or you committed additional files that have been merged into develop (whereas you're on master). You can either do the cleanup manually, or probably is easier to re-open the PR by making sure you create it from master (you can clean the environment and ensure your local version of it is up to date with the remote one with git clean -dfx && git pull origin master)