pascal-voc-writer
pascal-voc-writer copied to clipboard
Special XML characters are not escaped
If name contains <, > etc chars then generated XML is malformed. The solution might be to use from xml.sax.saxutils import escape
I also face the same problem. I sent the pull request to author.