File size: 638 Bytes
17c1e65
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
The data files 'fine_tuning_data_detic.csv' and 'fine_tuning_data_yolov5.csv' are the result of the preparation and
filtration after performing below steps:

- Generate the captions for all the images.
- Delete all samples with corrupted or rubbish data. (Please refer to the report for details)
- Run object detection models ('yolov5' and 'detic') and generate the corresponding objects for the images corresponding to the remaining samples.
- Convert all the question, answer, caption, objects together with the system prompt into the desired template for all
  the samples (Please refer to the report for the detailed template design).