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

Solve name_set type error in interactive classifier #1182

Merged
merged 1 commit into from
Jun 20, 2024

Conversation

homework36
Copy link
Contributor

@homework36 homework36 commented Jun 20, 2024

Resolves: #1179

  • I passed the docker hub test, and images can be built successfully.
  • I passed the GitHub CI test, so rodan functionalities and jobs work.

The class name, when comes from training xml, is of type bytes. It was decoded but it was the original one that was added to the name_set. Updated to adding the decoded name.

- add decoded class name to the set
@homework36 homework36 changed the title solve name_set type error Solve name_set type error in interactive classifier Jun 20, 2024
@homework36 homework36 merged commit 954eaee into develop Jun 20, 2024
2 checks passed
@github-actions github-actions bot mentioned this pull request Nov 6, 2024
2 tasks
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.

2 participants