You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello :
I have two problems when I use upload function to upload labelme-format xml with text attributes.
First, if ',' in a sentence, the part after ',' will lost. For example, ABC CO.,LTD will lost ,LTD.
Second, numeric string will be auto processed to other string which represents a float number. For example "00001" will be transformed into "1.0" , "100.000" will be transformed into"100.00" .
Looking forward to your reply, thanks!
The text was updated successfully, but these errors were encountered:
Attributes in this format are separated by commas and have no escaping, nor quoting
We are trying to parse values as numbers, if possible. As a workaround, I can suggest to change the number representation, so it did not look like a number. Do you have any ideas on how to make this behavior better?
zhiltsov-max
changed the title
two bugs about upload xml with text attrbute
[LabelMe] No escaping in attributes, auto-parsing of numbers can be wrong
Oct 28, 2020
Hello :
I have two problems when I use upload function to upload labelme-format xml with text attributes.
First, if ',' in a sentence, the part after ',' will lost. For example, ABC CO.,LTD will lost ,LTD.
Second, numeric string will be auto processed to other string which represents a float number. For example "00001" will be transformed into "1.0" , "100.000" will be transformed into"100.00" .
Looking forward to your reply, thanks!
The text was updated successfully, but these errors were encountered: