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
|
Fri, 19 Dec 2014 10:30:09 +0000 |
Chris Cannam |
Bump plugin version
refactors
|
Fri, 19 Dec 2014 10:19:33 +0000 |
Chris Cannam |
Expose silence threshold as parameter
refactors
|
Fri, 05 Dec 2014 17:28:53 +0000 |
Chris Cannam |
Move adaptive smoothing over to Finder::smooth
adaptive_diagonals
|
Fri, 05 Dec 2014 14:49:57 +0000 |
Chris Cannam |
Confidence inflection points
adaptive_diagonals
|
Fri, 05 Dec 2014 13:40:23 +0000 |
Chris Cannam |
Add raw features outputs, fix some path step bugs
adaptive_diagonals
|
Fri, 05 Dec 2014 11:02:15 +0000 |
Chris Cannam |
Merge from refactors branch
adaptive_diagonals
|
Thu, 04 Dec 2014 17:18:39 +0000 |
Chris Cannam |
Some adjustments to intermediate features
adaptive_diagonals
|
Thu, 04 Dec 2014 15:59:31 +0000 |
Chris Cannam |
Sample rate and fft size no longer needed in Matcher parameters
refactors
|
Thu, 04 Dec 2014 15:44:05 +0000 |
Chris Cannam |
A feature hack (that is not going anywhere)
adaptive_diagonals
|
Thu, 04 Dec 2014 15:24:27 +0000 |
Chris Cannam |
Obtain feature values from pipeline
adaptive_diagonals
|
Thu, 04 Dec 2014 14:19:35 +0000 |
Chris Cannam |
Return distances through retrievePath
adaptive_diagonals
|
Thu, 04 Dec 2014 13:54:05 +0000 |
Chris Cannam |
Merge from branch feature_conditioner, but leave the confidence calculation unfinished (need to move this)
adaptive_diagonals
|
Thu, 04 Dec 2014 13:48:17 +0000 |
Chris Cannam |
Use MatchPipeline in MatchVampPlugin
feature_conditioner
|
Thu, 04 Dec 2014 13:23:10 +0000 |
Chris Cannam |
Feature size is not actually needed in Matcher
feature_conditioner
|
Thu, 04 Dec 2014 13:05:16 +0000 |
Chris Cannam |
Pull out normalisation and specdiff stuff into FeatureConditioner
feature_conditioner
|
Mon, 01 Dec 2014 17:54:52 +0000 |
Chris Cannam |
Test implementations of confidence peaks & adaptive smoothing
adaptive_diagonals
|
Fri, 28 Nov 2014 14:47:16 +0000 |
Chris Cannam |
Make the magnitude feature be the sum of magnitudes, not just magnitude of first file
adaptive_diagonals
|
Thu, 27 Nov 2014 18:01:36 +0000 |
Chris Cannam |
Add feature distance and feature magnitude outputs (for experiments)
adaptive_diagonals
|
Thu, 27 Nov 2014 12:08:16 +0000 |
Chris Cannam |
Previous commit was a mistake: the ahead-of-time business is in Finder::getExpandDirection. In fact we were failing to swap advance directions in forward path when writing to the "other" finder. This does not actually affect the backward path calculation, but it does mean we can restore the sanity check.
refactors
|
Thu, 27 Nov 2014 10:49:11 +0000 |
Chris Cannam |
Expose diagonal weight as a parameter
refactors
|
Wed, 19 Nov 2014 14:26:31 +0000 |
Chris Cannam |
Ensure eventual durations are set on Finder
cheap_diagonals
|
Wed, 19 Nov 2014 11:59:03 +0000 |
Chris Cannam |
Pull out feature extractor calls from Matcher, remove MatchFeeder, have only the feeder-from-features and use that in MatchVampPlugin
refactors
|
Tue, 18 Nov 2014 10:06:40 +0000 |
Chris Cannam |
Merge from branch refactors_no_float
refactors
|
Tue, 18 Nov 2014 10:03:36 +0000 |
Chris Cannam |
Fix handling of empty queues -- we should continue processing when a queue is empty only if we've reached end of file on both
refactors_no_float
|
Fri, 14 Nov 2014 09:45:56 +0000 |
Chris Cannam |
Fix narrowing float conversions
refactors
|
Thu, 13 Nov 2014 12:50:54 +0000 |
Chris Cannam |
Make use of FeatureExtractor in Matcher
refactors
|
Thu, 13 Nov 2014 09:50:14 +0000 |
Chris Cannam |
Move source to src
refactors
base
MatchVampPlugin.cpp@3a2fc510f398
|