Skip to content

Python implementation of the cross-scape plot, a visual representation for symbolic melodic similarity, based on the paper "A Cross-Scape Plot Representation for Visualizing Symbolic Melodic Similarity, ISMIR 2019".

Notifications You must be signed in to change notification settings

saebyulpark/Cross-scapeplot-for-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Cross-scapeplot-for-Python

Python implementation of the cross-scape plot, a visual representation for symbolic melodic similarity, based on the paper "A Cross-Scape Plot Representation for Visualizing Symbolic Melodic Similarity, ISMIR 2019".

Cross-Scapeplot Representation

Python implementation of "A Cross-Scape Plot Representation for Visualizing Symbolic Melodic Similarity, ISMIR 2019".

alt tag

The cross-scape plot is computed by stacking up a minimum local distance between segments from each of the two songs. After segmenting the songs, the local similarity is performed by a sequence-based similarity algorithm for all possible segments of the two songs. As the layer goes up, the segment size increases and it computes progressively more long-term distances. It is described by a hierarchical visual representation with a triangular or trapezoidal shape.

Python Implementation Update

Note: The original version can be found here, and example usage along with the updated Python code can be accessed here.

Note: In the transition from MATLAB to Python to enhance computational efficiency, modifications have been made to the original cross-scapeplot. The edit-distance cost has been standardized to 1, and the initial custom color map, which shifted from yellow to lime to black, has been substituted with a thoughtfully selected and visually appealing colormap (vividris) in Python.

About

Python implementation of the cross-scape plot, a visual representation for symbolic melodic similarity, based on the paper "A Cross-Scape Plot Representation for Visualizing Symbolic Melodic Similarity, ISMIR 2019".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published