yangxue0827 / R-DFPN_FPN_Tensorflow

R-DFPN: Rotation Dense Feature Pyramid Networks (Tensorflow)
http://www.mdpi.com/2072-4292/10/1/132
120 stars 47 forks source link

convert_data_to_tfrecord FAIL #10

Closed Arthur-Shi closed 6 years ago

Arthur-Shi commented 6 years ago

While train the tf_record by convert_data_to_tfrecord.py, I met this problem.https://github.com/yangJirui/RRPN_FPN_Tensorflow/issues/1.

And I saw segmentation fault, but I dont know how to modify.

It is shown, one xml.

This XML file does not appear to have any style information associated with it. The document tree is shown below.

VOC2007 20180718003NG.bmp 4112 2176 3 0 circle Unknown 0 0 2813 72 3313 282 3225 491 2725 281 circle Unknown 0 0 3521 1156 3696 1229 3484 1736 3308 1662 circle Unknown 0 0 2140 1742 2597 1897 2530 2096 2072 1940 circle Unknown 0 0 1870 558 2087 619 1955 1089 1738 1028

What prolem in this xml file? Could u help me plz. Thank you in advance. @yangxue0827

yangxue0827 commented 6 years ago

I fix the bug, please update the code. @Arthur-Shi

Arthur-Shi commented 6 years ago

thank you so much!!!