You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then boundaries_id = 'gt' the boundaries are converted first to frame indices here. Then once the labeling algorithm outputs the results this line recomputes the boundaries from the frame indices, potentially adding an end-of-audio boundary.
If however the end-of-audio boundary is present in the ground truth boundaries, it becomes doubled after this line is executed. This is due to some discrepancy in the conversion to frame indices and back to time.
Hey @urinieto I did some workaround and am trying to push a separate branch, but get this error message
georgid$ git push --set-upstream origin workaround_issue_104
remote: Permission to urinieto/msaf.git denied to georgid.
fatal: unable to access 'https://github.com/urinieto/msaf.git/': The requested URL returned error: 403```
Then boundaries_id = 'gt' the boundaries are converted first to frame indices here. Then once the labeling algorithm outputs the results this line recomputes the boundaries from the frame indices, potentially adding an end-of-audio boundary.
If however the end-of-audio boundary is present in the ground truth boundaries, it becomes doubled after this line is executed. This is due to some discrepancy in the conversion to frame indices and back to time.
Here is an example
here the config:
The text was updated successfully, but these errors were encountered: