How to create a dataset for YOLO?
Hello! I've been practicing with the YOLO algorithm for some time. I really enjoy it. But so far I have been using only the standard datasets that I found on the Internet. For the image classification problem I could easily make a new dataset from Google pictures or by scraping other sites. But how could I create my own dataset for object detection, when I need annotations in specific format? I want to be able to detect some custom objects too.