-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: consolidated state and bugfixes (#56)
* refactor: consolidate state * state cleanup and state mutator * adds a lazy state initialization and some more cleanup * refactor: organize state files * removes global state const * remove generic multiselect * remove mutliselect * more cleanup of predictions state * fix multiselect values * completely gets rid of predictions state * Fix: convert imported polygon points to absolute values (#52) fix: unnormalize polygon points * adds db module * fix missing similarities missing imports * fix: double annotator stats title (#55) fix: remove duplicate title Co-authored-by: Gorkem Polat <[email protected]> Co-authored-by: Frederik Hvilshøj <[email protected]>
- Loading branch information
1 parent
9bb2c7d
commit 9d744be
Showing
35 changed files
with
525 additions
and
433 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
from .data_tags import build_data_tags | ||
from .multi_select import multiselect_with_all_option | ||
from .sticky.sticky import sticky_header |
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 was deleted.
Oops, something went wrong.
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.