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

Refactor: breakup ImageClassifier #1362

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

lindapaiste
Copy link
Contributor

Take the code in ImageClassifier which deals with loading a model from a URL and move that into its own CustomImageClassifier class.

All 4 model types -- darknet, mobilenet, doodlenet, and custom -- can be used interchangeably.

@lindapaiste
Copy link
Contributor Author

lindapaiste commented May 13, 2022

The CustomImageClassifier can be cleaned up further by using the changes from #1376
✔️ done

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

Successfully merging this pull request may close these issues.

None yet

1 participant