I want to use the kitti dataset and training it with the yolo algorithm. In general, the format of the number of objects and the coordinates of the object in an image for each object are as follows:
<object-class> <x_center> <y_center> <width> <height>
The question is how can I add different fields to this algorithm and training it?