AndrewCarterUK / pascal-voc-writer

A python library for generating annotations in the PASCAL VOC format.
MIT License
220 stars 57 forks source link

Correcting xml escape character problem. #9

Open tahirrafiqueasad opened 3 years ago

tahirrafiqueasad commented 3 years ago

The problem usually occur when name have &, < and > character in it. I solve the problem by adding few line of code.