Ask Your Question

davidb's profile - activity

2014-05-23 16:16:07 -0600 commented question different format xml files from cascade training

think I found it -baseFormatSave flag

2014-05-23 14:57:55 -0600 asked a question different format xml files from cascade training

Hi,

I'm using a relatively "old" openCV object detection app. I just went through the training process and noticed that the xml file that is produced from open_traincascade.exe is quite a bit different from the xml files I created a couple years ago for another project (via opencv_haartraining.exe). Looks like the app I'm using isn't happy at all with the new format (not surprising), so was curious:

  1. Is there a handy utility that converts the new xml format to the old? or 2.How far back (i.e. what openCV version) do I need to go back to in order to create the old-style xml file.

Thank you in advance for any pointers.

David