Skip to content

Conversation

@Sabah98
Copy link
Collaborator

@Sabah98 Sabah98 commented Jul 22, 2025

This pull request addresses Issue #7 by updating line 80 in generate_annotations.py with the following:
data = pd.read_csv(file_name, header=None, skiprows=1, names=['begin_time', 'end_time'], sep='\t', usecols=[1, 2])

With this update, the issue, pandas.errors.ParserError: Too many columns specified: expected 2 and found 1 does not occur anymore with the USCMed dataset's ground truth annotations.

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 this pull request may close these issues.

1 participant