Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

evaluation CD-B2B error #30

Open
dongyang-mt opened this issue Jun 13, 2023 · 0 comments
Open

evaluation CD-B2B error #30

dongyang-mt opened this issue Jun 13, 2023 · 0 comments

Comments

@dongyang-mt
Copy link

Hi Peizhuo:

I use the code to evaluation RigNet testset and find the following error, I want to make sure for that:

res[i][j] = segment2segment(a[i][0], a[i][0] + a[i][1], b[i][0], b[i][0] + b[i][1])

should be

83       res[i][j] = segment2segment(a[i][0], a[i][0] + a[i][1], b[j][0], b[j][0] + b[j][1]) 

where b[i] should be b[j]. and the evaluation is not the same as paper

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant