Closed minhhotboy9x closed 10 months ago
I believe that only happens in the last few frames. You can just discard them. Let us know if that happens constantly in the middle of a file
Oh, I understand. Can you show me how to convert the sizes, locations, and angles of raw files to those in which their unit is in pixel of image (width, lenght, utm_x, utm_y, utm_angle,...)?
And I also see raw_to_map_transform
, I don't know what it's used for.
Indicated by its name, it is the transformation from pixel coordinate to utm. If you want to reconstruct pixel coordinates, you should probably use its inverse.
Thank you. I also found that to create bboxes of car, I need to take the points of the front and rear of the car, and get the x_max, y_max and x_min, y_min.
I want to convert the dataset to YOLO format so I tried to create labels from the DIJ_0012_data.xml annotation. Can you explain some elements in the XML file:
And why some last frames don't contain any trajectory ids? Is this just a missing? Thank you very much.