I have been labaeling Objects with the "LAbel Objects for Deep Learning" classification tool on ArcGIS Pro. After exporting the Training Data, I can't use it further, because the output strings are sepparated by , and not by .
<object>
<name>1</name>
<bndbox>
<xmin>161,32</xmin>
<ymin>128,12</ymin>
<xmax>181,01</xmax>
<ymax>147,81</ymax>
</bndbox>
</object>
When I try to import the data for new tools, ArcGIS will can't read the data correctly, since the numbers are sepperated by , and not by .
I changed the language setting to Englisch in ArcGIS and on my PC.
Does anybody know how i can solve this problem, so i get coorect separated numbers or that ArcGIS reads the exported data shown above.
Thank you
Robert