crowsetta icon indicating copy to clipboard operation
crowsetta copied to clipboard

ENH: Add Sonic Visualizer annotation format

Open NickleDave opened this issue 3 years ago • 2 comments

https://www.sonicvisualiser.org

an implementation here: https://github.com/shyamblast/Koogu/blob/master/koogu/data/annotations/sonicvisualiser.py

A complication is that there are both 1-D "regions" and 2-D "boxes" https://www.sonicvisualiser.org/doc/reference/4.5/en/#regions https://www.sonicvisualiser.org/doc/reference/4.5/en/#boxes Separate classes for each?

NickleDave avatar Nov 03 '22 15:11 NickleDave

An example dataset here https://zenodo.org/records/7997739

NickleDave avatar Oct 12 '24 13:10 NickleDave

Code to parse xml here in pykanto, be sure to cite: https://github.com/nilomr/pykanto/blob/3ecaeb9747720d19afa10d1183112d06ea721680/pykanto/utils/custom.py#L32

NickleDave avatar Nov 20 '24 14:11 NickleDave