Skip to content
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

feat(front): remove inputs after validation/cancel #94

Merged
merged 4 commits into from
Feb 6, 2024

Conversation

BertrandRenault
Copy link
Contributor

Remove construction inputs after validation/cancel
Also allow "Escape" key along with cancel button
close #88

@BertrandRenault BertrandRenault added the enhancement New feature or request label Feb 5, 2024
@BertrandRenault BertrandRenault added this to the Pixano 0.5.0 milestone Feb 5, 2024
@BertrandRenault BertrandRenault self-assigned this Feb 5, 2024
@BertrandRenault BertrandRenault added the scope: front Related to Pixano frontend label Feb 5, 2024
cpvannier and others added 2 commits February 5, 2024 16:53
* feat(back): Add ann_type to choose between "Pre-annotation" and "Model run"

* fix(ci): Update Pylint local variables limit

* feat(front): Update "Ignore" pre-annotation button to "Reject"

As discussed during the latest sprint demo (Fri 02/02/2024), and for consistency with documentation in inference_model.py and pre_annotation.ipynb

* fix(back): Make ann_type optional

* fix(front): Update Prettier config for 3.2.5

See https://github.com/prettier/prettier/blob/main/CHANGELOG.md#use-json-parser-for-tsconfigjson-by-default-16012-by-sosukesuzuki

* fix(back): Merge ann_type with process_type

* fix(ci): Revert Pylint local variables limit
@BertrandRenault BertrandRenault marked this pull request as ready for review February 5, 2024 15:59
@BertrandRenault BertrandRenault merged commit 2b3ebcc into develop Feb 6, 2024
5 checks passed
cpvannier added a commit that referenced this pull request Feb 15, 2024
* feat(front): remove inputs after validation/cancel

* feat(back): Choose Pre-annotation or Model run in InferenceModel (#91)

* feat(back): Add ann_type to choose between "Pre-annotation" and "Model run"

* fix(ci): Update Pylint local variables limit

* feat(front): Update "Ignore" pre-annotation button to "Reject"

As discussed during the latest sprint demo (Fri 02/02/2024), and for consistency with documentation in inference_model.py and pre_annotation.ipynb

* fix(back): Make ann_type optional

* fix(front): Update Prettier config for 3.2.5

See https://github.com/prettier/prettier/blob/main/CHANGELOG.md#use-json-parser-for-tsconfigjson-by-default-16012-by-sosukesuzuki

* fix(back): Merge ann_type with process_type

* fix(ci): Revert Pylint local variables limit

* chore(front): linting

* fix(front): equality test

---------

Co-authored-by: Corentin Vannier <56968251+cpvannier@users.noreply.github.com>
@cpvannier cpvannier deleted the feat/remove-inputs branch February 20, 2024 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request scope: front Related to Pixano frontend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove interactive segmentation prompts once the mask is created
3 participants