I'm interested in using the DL training data available at Source Cooperative. The format of these training data is
![bkaplan1_0-1708707240364.png bkaplan1_0-1708707240364.png](https://community.esri.com/t5/image/serverpage/image-id/95654i3550E2F947F982FC/image-size/medium?v=v2&px=400)
The source files are tif files and the label files are geojson files. However, the metadata format (I guess these means the labels) of the exported data must be Classified_Tiles, PASCAL_VOC_rectangles, or KITTI_rectangles. Is there a way to convert the geojson files to the required metadata format. I found GitHub - umautobots/vod-converter: Convert between visual object detection datasets to convert between KITTI and VOCs but not geojson.