1

i am currently trying to combine two data set and get one large data set that to fine tune YOLOv8 model. as a example is there any way to combine same YOLO format image data set combine together/ as example COCO darknet yolo formate data set with HOD benchmark data set

1 Answers1

2

If you have Individual JSON files for each image in those two datasets. You just club all images and JSON files and use LabelMe to generate the train annotation file

Cherprang
  • 21
  • 1