以下是自动跟踪标注完的标注xml内容,xmax,和ymax似乎算错了,那个是bounding box的宽度和高度 <annotation> <folder>xxxxxx</folder> <filename>0.jpg</filename> <path>xxxxxx\0.jpg</path> <size> <width>478</width> <height>850</height> <depth>3</depth> </size> <object> <name>screw</name> <pose>Unspecified</pose> <truncated>0</truncated> <difficult>0</difficult> <bndbox> <xmin>217</xmin> <ymin>435</ymin> <xmax>61</xmax> <ymax>53</ymax> </bndbox> </object> </annotation> util/xmlfile.py这个程序应该有问题