-
Notifications
You must be signed in to change notification settings - Fork 446
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
Create own python class for every model for action cls, det, and classification tasks #2776
Create own python class for every model for action cls, det, and classification tasks #2776
Conversation
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
…ss-for-every-model-2 Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
8db6f45
to
9dfaa94
Compare
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for the effort!
Overall, it is a good step towards having an api-level definition for the models. However, this is still heavily rely on an external configuration file, which is hard to modify from API.
In addition to this, I've got some minor comments.
As we move on, I think we should make this more API friendly by avoiding config dependency
Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the change. LGTM
@samet-akcay |
The remaining comments are for future reference. Sorry, forgot to approve this one :) |
Summary
How to test
Checklist
License
Feel free to contact the maintainers if that's a concern.