Search code examples
pythondeep-learningcomputer-visionyolov5labelimg

YOLO: How to label small objects?


In the given image, orientation of the bags is not uniform, so difficult to label the sacks. How to label this kind of image in .txt(YOLO) format? What if I have multiple objects next to each other like in the following picture: https://i.sstatic.net/whGAQ.jpg


Solution

  • No problem with labelling like these images no issue with the overriding of the box on box or object on the object, because while you are training the YOLO algorithm, it will take only the coordinates of the object or that part of the image so there will be no issue. try to train more images to get good accuracy