Dmitrii Kovalev

Results 5 issues of Dmitrii Kovalev

fix https://github.com/OpenAPITools/openapi-generator/issues/13705 (more detail on issue) Client is expected to use files as Map, where external key - is TemplateDefinition.templateFile, and internal map contains fieldNamevalue mapping for other fields in...

Trailing Bars are not appended into REMI token sequence if last note is multibar length. example score has 80 real bars, but only 78 Bar tokens: ![image](https://github.com/user-attachments/assets/d4e95741-6d69-4e5e-8bb9-e75980fd1674) Last Bar in...

enhancement
good first issue
stale

Refactored and optimized segmentation metrics evaluation. 1. Refactoring: key purpose is to make some of the methods more useful for extension in client libraries, make code more concise, reducing code...

1. Added SegmentType enum, allows to use SegmentType.BOUNDARY and provide list of breakpoints instead of intervals into methods deviation and detection; fixes https://github.com/mir-evaluation/mir_eval/issues/392 2. Refactored some validations to slightly optimize...

In some use-cases we have boundaries as list of points like [0, 10, 21, 55, 365] (peak positions, breakpoints, etc.), to make mir_eval.segment applicable we have to turn those points...