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

Describe on cuts does not display supervision custom info #1339

Closed
keeofkoo opened this issue May 15, 2024 · 0 comments · Fixed by #1340
Closed

Describe on cuts does not display supervision custom info #1339

keeofkoo opened this issue May 15, 2024 · 0 comments · Fixed by #1340

Comments

@keeofkoo
Copy link
Contributor

As in line 178:

if self.cut_custom:
print("CUT custom fields:")
for key, val in self.cut_custom.most_common():
print(f"- {key} (in {val} cuts)")
if self.sup_custom:
print("SUPERVISION custom fields:")
for key, val in self.sup_custom.most_common():
cut_stats.append(f"- {key} (in {val} cuts)")

keeofkoo added a commit to keeofkoo/lhotse that referenced this issue May 15, 2024
pzelasko pushed a commit that referenced this issue May 15, 2024
Update describe.py

Fix #1339
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

Successfully merging a pull request may close this issue.

1 participant