How to create boundin boxes from points for YOLO?
I need to recognize special objects on images. I would like to use YOLO for this purpose but my labels are only points which are put on the object. I need to turn these points into bounding boxes to be able to train YOLO on them. What could be a good approach to automaticall turn them into boxes or the only solution is to label them with bexes manually?