log src/MatchVampPlugin.cpp @ 246:aac9ad4064ea subsequence tip

age author description
Fri, 17 Jul 2020 14:28:47 +0100 Chris Cannam Fix incorrect initialisation order which left m_secondReferenceFrequency undefined unless explicitly set; use a much lower diagonal weight for the unanchored subsequence match, since we want to encourage roughly-diagonal behaviour subsequence
Thu, 16 Jul 2020 15:17:02 +0100 Chris Cannam Make coarse downsample factor a parameter; extend span out to the next coarse point in reference to avoid truncating the end a bit; slightly more helpful error messages subsequence
Thu, 02 Jul 2020 17:26:58 +0100 Chris Cannam Stub out SubsequenceMatchVampPlugin subsequence
Thu, 02 Jul 2020 16:29:39 +0100 Chris Cannam Add a full-DTW implementation for subsequence experiments subsequence
Thu, 15 Aug 2019 16:25:48 +0100 Chris Cannam Experimental version using TIPIC features. Not working well - needs review tipic
Wed, 09 Sep 2015 09:57:57 +0100 Chris Cannam More copyright updates, add CITATION file v1.0
Mon, 07 Sep 2015 10:59:48 +0100 Chris Cannam Parameter descriptors (and specifically default values) are not allowed to depend on the sample rate
Thu, 05 Mar 2015 11:18:05 +0000 Chris Cannam Default the fft size in feature extractor params -- in practice we never vary it
Fri, 27 Feb 2015 09:25:23 +0000 Chris Cannam Expose distance scale parameter re-minimise
Thu, 26 Feb 2015 12:19:17 +0000 Chris Cannam distance_t * diagonalWeight might not fit in distance_t; use pathcost_t for it. Also remove C-style casts. re-minimise
Thu, 26 Feb 2015 10:28:23 +0000 Chris Cannam Code now builds, DistanceMetric tests fail re-minimise
Thu, 19 Feb 2015 16:14:33 +0000 Chris Cannam Build with -Wconversion tuning-rescale
Fri, 13 Feb 2015 15:27:34 +0000 Chris Cannam Add parameters for min & max frequency refactors
Fri, 06 Feb 2015 18:47:27 +0000 Chris Cannam Remove a bit of debug output refactors
Fri, 06 Feb 2015 18:41:35 +0000 Chris Cannam Merge from branch structure refactors
Fri, 30 Jan 2015 14:54:18 +0000 Chris Cannam Build stuff refactors
Thu, 29 Jan 2015 17:38:09 +0000 Chris Cannam Add overall cost output to plugin. Looks suspiciously unaffected by tuning frequency. refactors
Thu, 29 Jan 2015 17:22:02 +0000 Chris Cannam Tidy up parameter order &c refactors
Thu, 29 Jan 2015 17:13:58 +0000 Chris Cannam Expose tuning frequency parameters through plugin refactors
Thu, 29 Jan 2015 13:29:48 +0000 Chris Cannam Merge from refactors branch structure
Thu, 29 Jan 2015 10:55:24 +0000 Chris Cannam Default is actually Manhattan, not Euclidean (it just looks like squared-Euclidean for energy vectors). Add Euclidean as another alternative. refactors
Thu, 29 Jan 2015 10:25:47 +0000 Chris Cannam Implement distance metric selection (euclidean or cosine) refactors
Fri, 23 Jan 2015 17:33:37 +0000 Chris Cannam Make path retrieval available directly in pipeline; some ctor/operator= fixes (hopefully to become obsolete later) structure
Fri, 23 Jan 2015 11:46:14 +0000 Chris Cannam Merge structure
Fri, 23 Jan 2015 09:20:04 +0000 Chris Cannam Make noise an option in the plugin: on by default, and therefore also switch on silence by default refactors
Thu, 22 Jan 2015 16:55:27 +0000 Chris Cannam Some conversion fixes structure
Thu, 15 Jan 2015 17:29:49 +0000 Chris Cannam Attempt naive silence penalty -- not currently working, but the plots are food for thought silence_penalty
Fri, 09 Jan 2015 17:20:52 +0000 Chris Cannam Merge from branch refactors adaptive_diagonals
Thu, 08 Jan 2015 12:11:27 +0000 Chris Cannam Separate out the raw & conditioned feature outputs (previously only conditioned was available, but we want raw for our tests). Plus some optional debug output refactors
Fri, 19 Dec 2014 11:16:39 +0000 Chris Cannam Change defaults: no silence threshold, raw output by default refactors