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

Restructure picturelabeling in classes #18

Open
RainbowRevenge opened this issue Apr 30, 2021 · 0 comments
Open

Restructure picturelabeling in classes #18

RainbowRevenge opened this issue Apr 30, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@RainbowRevenge
Copy link
Collaborator

The previous approach by just either using global variables or writing in Data is just not a good way to handle a lot of modules.

Solution:

  1. Define a Superclass for all Tasks
  2. Define a Class for all bboxlabel Tasks inheriting from that one
  3. Define classes for each task variant which inherits from one of these
@RainbowRevenge RainbowRevenge added the enhancement New feature or request label Apr 30, 2021
RainbowRevenge pushed a commit to RainbowRevenge/human that referenced this issue May 1, 2021
RainbowRevenge pushed a commit to RainbowRevenge/human that referenced this issue May 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant