urinieto / msaf

Music Structure Analysis Framework
MIT License
478 stars 79 forks source link

Setting the default feature in msaf/__init__.py to a different feature than PCP still results in the computation of PCP. #157

Open ax-le opened 6 months ago

ax-le commented 6 months ago

Hi! I found that setting the default feature in the feat_dict in msaf/init.py to a different value than "PCP" still resulted in the computing of results based on PCP. In addition, it results in the following warning:

WARNING:root:More than one estimation with same parameters.

I am not sure to understand why this happens.