Mercurial > hg > mirex2013
changeset 13:26bd1467211a
Add transform file
author | Chris Cannam |
---|---|
date | Mon, 02 Sep 2013 15:45:47 +0100 |
parents | 0ddfa19dd10f |
children | 0309fc159946 |
files | structural_segmentation/qm-segmenter/qm-segmenter.ttl |
diffstat | 1 files changed, 21 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/structural_segmentation/qm-segmenter/qm-segmenter.ttl Mon Sep 02 15:45:47 2013 +0100 @@ -0,0 +1,21 @@ +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . +@prefix vamp: <http://purl.org/ontology/vamp/> . +@prefix : <#> . + +:transform a vamp:Transform ; + vamp:plugin <http://vamp-plugins.org/rdf/plugins/qm-vamp-plugins#qm-segmenter> ; + vamp:step_size "8820"^^xsd:int ; + vamp:block_size "26460"^^xsd:int ; + vamp:parameter_binding [ + vamp:parameter [ vamp:identifier "featureType" ] ; + vamp:value "1"^^xsd:float ; + ] ; + vamp:parameter_binding [ + vamp:parameter [ vamp:identifier "nSegmentTypes" ] ; + vamp:value "8"^^xsd:float ; + ] ; + vamp:parameter_binding [ + vamp:parameter [ vamp:identifier "neighbourhoodLimit" ] ; + vamp:value "4"^^xsd:float ; + ] ; + vamp:output <http://vamp-plugins.org/rdf/plugins/qm-vamp-plugins#qm-segmenter_output_segmentation> .