Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. 作者:pengfei
  2. 邮箱:pengfeidip@qq.com
  3. 时间:2019年4月15日08:31:38
  4.  
  5. ---
  6.  
  7. The following code is for VOC dataset label for transformation, from XML format to csv format.
  8. The getted .csv like following, every row is all objects belong to an image.
  9.  
  10. ```
  11. image_name_1, xmin, xmax, ymin, ymax, class_index, xmin, xmax, ymin, ymax, class_index, .......
  12. image_name_2, xmin, xmax, ymin, ymax, class_index, xmin, xmax, ymin, ymax, class_index, .......
  13. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement