-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Merged
Merged
New models UI #5635
Changes from 28 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
ecf84c4
added base functionality
klakhov 5f5e60e
added functions to lambda manager
klakhov 7e7160d
added loading to create model page
klakhov 9f91c7a
Merge branch 'develop' into kl/roboflow-ui
klakhov 4472fb1
refactored model creation
klakhov 3cdfbeb
added model deletion
klakhov 2796119
fixed working with cvat-provided models
klakhov 960b83d
added errors, improved model creation
klakhov fe20654
added classifiers
klakhov d86c27f
reworked model form
klakhov 1fdbcfc
added card layout, added icons
klakhov bf0ca7c
fixed clipping styles
klakhov 8fc7726
added onclick on empty preview
klakhov 0586698
fixed large preview
klakhov 4675538
Merge branch 'develop' into kl/roboflow-ui
klakhov e1d8232
Merge branch 'kl/roboflow-ui' of github.com:opencv/cvat into kl/robof…
klakhov 38c8fa1
added model provider enum
klakhov ea1ef2b
Fixed preview error
klakhov c075cf9
revert eslint precommit
klakhov 997d164
fix models empty list
klakhov ef64b9f
fixed updating of models
klakhov 0aa51df
removed usage of .functions from cvat-ui
klakhov a697a36
fixed key and route issue
klakhov ea1f997
added error handling if functions are not present
klakhov efd8871
get rid of big/small icons
klakhov 9fb1915
revert rotate icon
klakhov bc56d45
added server icons
klakhov 7b04383
updated headers, package versions, changelog
klakhov 52eed99
Applied comments
klakhov 7b3478a
fixed delete method
klakhov 14869b7
added filter function for queries
klakhov dd3471f
fixed convert mask to poly if model returns poly
klakhov 14d0bb1
added models sorting by created date
klakhov c2c9e63
removed menu from built-in models
klakhov fa082fa
removed console log, extended error message length
klakhov 147cad7
add handling for requests
klakhov fb90bc4
Merge branch 'develop' into kl/roboflow-ui
klakhov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
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.
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, we have 503(service unavailable) error if nuclio is not running. I think we should be able to use functions without it.
And 404 for functions if there is no such thing on server. I've moved handling to
serverProxy