Unified Interface for Annotator #152
Closed
hardikdava
started this conversation in
Ideas
Replies: 3 comments 2 replies
-
Hi @hardikdava 👋🏻 Sorry, but we have them divided on purpose. We want annotators to have smaller responsibilities. I have experience with Annotators from previous projects I worked on. Keeping them separated is the smart move in long therm. |
Beta Was this translation helpful? Give feedback.
2 replies
-
@SkalskiP I tried to make a simple implementation with comments. Have a look here.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Closing this as #170 will have this solution. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently,
Annotators
are divided individuallyBoxAnnotator
andMaskAnnotator
. It would be great to have a common interface by combining all theAnnotators
into one. This gives more simplified easy to use interface.Beta Was this translation helpful? Give feedback.
All reactions