ismir-mirex / nemadiy

Automatically exported from code.google.com/p/nemadiy
0 stars 1 forks source link

Implement List<NemaData> to ACE DataBoard conversion #75

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Implement List<NemaData> to Ace DataBoard conversion. List could be 
length 1+

DataBoard can hold parents (tracks) and segments (windows etc. from track)

Original issue reported on code.google.com by kris.west@gmail.com on 5 Mar 2010 at 4:51

GoogleCodeExporter commented 9 years ago
To construct ace.datatypes.DataBoard will need to construct:
ace.datatypes.Taxonomy (class taxonomy)
ace.datatypes.FeatureDefinition (metadata about features)
ace.datatypes.DataSet (feature values)
ace.datatypes.SegmentedClassification (Class labels)

Original comment by kris.west@gmail.com on 5 Mar 2010 at 5:00

GoogleCodeExporter commented 9 years ago

Original comment by kris.west@gmail.com on 5 Mar 2010 at 7:49

GoogleCodeExporter commented 9 years ago

Original comment by kris.west@gmail.com on 6 Mar 2010 at 5:13

GoogleCodeExporter commented 9 years ago

Original comment by kris.west@gmail.com on 6 Mar 2010 at 8:06

GoogleCodeExporter commented 9 years ago
Do conversion by passing through an ACE file format (ACE XML 1.1 and/or 2.0). 
Make a 
util that that writes the ACE files, then sets up the DataBoard using those 
files

Original comment by kris.west@gmail.com on 6 Mar 2010 at 8:08

GoogleCodeExporter commented 9 years ago

Original comment by kris.west@gmail.com on 6 Mar 2010 at 8:11

GoogleCodeExporter commented 9 years ago

Original comment by kris.west@gmail.com on 16 Jun 2010 at 2:21