torrvision / Objectness

BING Objectness proposal estimator linux/mac/windows version implementation, runs at 1000 FPS. More in http://mmcheng.net/bing/ and also http://www.robots.ox.ac.uk/~szheng/DepthProposals.html
http://kylezheng.org/objectproposal/
BSD 3-Clause "New" or "Revised" License
190 stars 86 forks source link

YAML files generated from xml2yml.m #14

Open ZhengYuxiao opened 8 years ago

ZhengYuxiao commented 8 years ago

Hello,I am a student who want make my own data set like VOC2007, but the Annotations of VOC2007 is xml, I need transform xml to yml, like the follow form , %YAML:1.0

annotation: folder: VOC2007 filename: "000001.jpg" source: {database: The VOC2007 Database, annotation: PASCAL VOC2007, image: flickr, flickrid: '341012865'} owner: {flickrid: Fried Camels, name: Jinky the Fruit Bat} size: {width: '353', height: '500', depth: '3'} segmented: '0' object:

Can you tell me how to transform,Thank you very much

seanXYZ commented 7 years ago

Prepare all your info about the box of objects in picture. And thento put the info in XML or YAML file by APIs. For example, opencv has such APIs

linleee commented 7 years ago

How to run wy own data?