-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Start * Model definition, testing db creation * New API * SQL queries * Initial migration script * Partially working metric migration script * Add partial embedding support to global db storage. * Extra search terms * Database migrations support. * Bug fixes * Fixes from testing * Misc * Migrate tags * Start of new api endpoint. * Work on storing predictions and more data quality assertions in migration script. * Process predictions into db, main metadata. * Add some constraints to the database * Cleanup of metric definitions * Improve queries * Bugfixes * Bugfixes * Minor prediction changes. * Calculate prediction matches * More prediction calculation support. * Start of prediction metrics support. * Add metric correlations support. * Rename & unify object, classification. * Mutual info regression, WIP * Embedding search & more prediction support * Split new router into 3. * Fix all linting. * Post-rebase regen poetry lock * Fix some bugs with predictions from rebase & others * Bug fixes and start of prediction explorer implementation. * poetry lock fix post rebase * Support metric dissimilarity. * Move db migration script out as it is is needed to execute dynamically for mixed mode. * wip - extra formatting improvements and start of extra backend apis needed. * Rework stages * Re-validate predictions, now fully correct handling of FP/FN/TP split. * Optimize metric performance query. * Summary query filter support, part 1. * Summary query filter support, part 2. * Summary query filter support, part 3. Prediction implementation is partial and broken for the filtered use-case. * Bug fixes for GET filter query parameters. * Change some defaults. * wip: project2 actions * Re-enable reduced embedding extension storage * Improve queries * feat: introduce new frontend feat: init new frontend feat: convert the project selection page to req res feat: render old react explorer instead of search feat: adds the project selection menu delete uneeded file remove node modules * feat: adds project selector to the top right * fix: scoped queries unique keys * Backend implementation of synced create subset & upload project actions. Missing attempt at front-end implementation. * Update FE & Fix communication issues with legacy codebase from update. Almost working subset action, need filters to properly test. * Add upload to encord action, still have df issues with subset creation. * Pandas bug-fixes * feat: introduce filters UI feat: enable data filters chore: add proper types for the filters send to BE refactor: unite data and annotations explorer refactor: adds new filters to the predictions page chore: post rebase fixes feat: adds tags filter feat: adds prediction type select * fix: project selection page * fix: remove log * fix: project card show image * fix: add project hash to query keys * Post rebase frontend updates & misc fixes. Partially fix migration script. * Update migration script to work on new formatting changes for certain metrics. * feat: auth on new FE * feat: alembic migration versions. * Tag sync, alembic debugging, & re-enable proper project migration behaviour. * fix: id splitting in migration * fixdxdsxFix db unique constraint & label row hash uniqueness for local subset creation. * wip: serve FE build assets on server & migrate on startup. * WIP: adds download sandbox and disables it * fix: query invalidation & improved local fs serve logic. * fix: proper subset creation logic. * fix: disable upload to encord when filters applied * upload project & create subset: misc improvements / fixes. * WIP: fe cleanup * fix: predictions explorer set selected project * fix: display raw images for non-sandbox projects. * wip - feat: filter impl improvement & first attempt at label class filter support. * fix: use relative url only when built. * fix: null api context edge case (rare) * fix: build errors & upload to encord file path. * fix: bring back startup * fix: filter data by label class * fix fe: style & misc bugs * fix: encord upload, invalidate caches before reading updated data. * chore: rename visualize to start * chore: change default port to 8000 * fix: partially working encord-active upload, issue with local data uri only. * fix: remove scroll jitter while explorer is loading. * feat: favicon.ico * fix: debounce filters for perf. * chore: dev mode * fix: prefer relative uri - fixes upload to encord & remote subset. * chore: delete app folder * chore: replace encord-active-components with new implementation * chore: kill streamlit * fix: misc db schema fixes, more correct metric normalisation & misc bugfixes. * WIP: fix lintting * fix: all mypy + other lint issues. * fix: ea-components dev mode & error on missing components on non-dev mode. * fix: project level statistics & ttl cache * fix: black and isort * fix: project description accessor * fix: prediction migration bug. * fix: project comparison project selection * fix: classification predictions * fix: misc style fixes * fix: misc styling & logging on migration * fix: ok style for modals * fix: prediction metrics design & buckets * fix: prediction selection improvements & rename comparison domain to scope. * fix: hide prediction selector while only 1 prediction is present. * fix: upload to encord error boundaries and state updates. * fix: project name and folder missmatch * fix: ts error * fix: tagging query invalidation keys * FE-side fix: generate feature hash mapping for recursive attributes. * fix: FE quartile line overlay & naming of similarity. * fix: bounding box prediction * fix: old predictions folder structure * wip-fix: classification prediction handling. * fix: style project comparison. * fix: implement legacy classification hash handling. * fix: minor fe tweaks * fix: better scaling for large prediction v-bars * fix: react key errors * fix: duplicate metrics on predictions page * delete sreamlit file * fix: subset migration version and reduced embeddings * fix: hide metric_random, handle classification annotation_quality, do not move the folder when uploading a project to encord. * fix: antd styles * fix: slider values precision * fix: subsetting with embeddings plot * fix: hide distribution bar chart by default in metric predictions. * fix: blur filter support (negative values). * partial fix for classification prediction project handling. * minor fix: use triple eq in blur workaroud * fix: add fallback for color generation. * fix: lint and formatting * fix: don't show label information on data metrics * fix: almost fix all classification prediction issues. * fix: final classification prediction bug. * fix: exclude unnecessary files from FE component build. * feat: publish new encord-active-components. --------- Co-authored-by: James Clifton <james@encord.com>
- Loading branch information
1 parent
67590fd
commit 89bd8e5
Showing
190 changed files
with
12,313 additions
and
8,413 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -352,3 +352,7 @@ Sessionx.vim | |
|
||
imports.prof | ||
ci-tests | ||
|
||
|
||
# Encord active sqlite database instance. | ||
encord-active.sqlite |
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
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
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
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
File renamed without changes.
Oops, something went wrong.