Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
New models UI #5635
New models UI #5635
Changes from 1 commit
ecf84c4
5f5e60e
7e7160d
9f91c7a
4472fb1
3cdfbeb
2796119
960b83d
fe20654
d86c27f
1fdbcfc
bf0ca7c
8fc7726
0586698
4675538
e1d8232
38c8fa1
ea1ef2b
c075cf9
997d164
ef64b9f
0aa51df
a697a36
ea1f997
efd8871
9fb1915
bc56d45
7b04383
52eed99
7b3478a
14869b7
dd3471f
14d0bb1
c2c9e63
fa082fa
147cad7
fb90bc4
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Are we using both
kind
andtype
now?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.
Yes,
kind
is our originaltype
(its named kind on server) which is detector, tracker, etc. Andtype
now is field that is provided by model provider, for example:instance-segmentation
,object-detection
.