-
Notifications
You must be signed in to change notification settings - Fork 0
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
Geometric figure annotator #56
Merged
Merged
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
ae7443e
ZoneAnnotator command-line utility; add ZoneAnnotator into degirum_to…
nklimov23 0e3d700
fix requirements
nklimov23 a9595d2
mypy linting fixes
nklimov23 e7ccabe
fix _zone_annotator_run
nklimov23 4c25213
generalize zone annotator to geometric shapes
nklimov23 a880cfe
figure annotator unit tests
nklimov23 5a9676f
zone_annotator and line_annotator CLI utilities
nklimov23 c4de1a6
Merge branch 'main' into zone-annotator
nklimov23 39f630a
argparse bug fix
vlad-nn 1229e97
fixed bug in CLI utilities for figure_annotator
nklimov23 7d350be
Improved FigureAnnotator GUI
nklimov23 d299b21
mypy linter fixes
nklimov23 723c19b
Merge branch 'main' into zone-annotator
nklimov23 d26fd49
linter fixes
nklimov23 0f96315
Merge branch 'zone-annotator' of https://github.com/DeGirum/degirum_t…
nklimov23 d5b6aca
edit
nklimov23 e3bc919
Merge branch 'main' into zone-annotator
nklimov23 fe41621
Merge branch 'main' into zone-annotator
nklimov23 2129575
modified GUI and bug fixes
nklimov23 a02a31f
Merge branch 'main' into zone-annotator
nklimov23 14ca74a
Improved GUI and bug fixes
nklimov23 82e858a
Merge branch 'main' into zone-annotator
nklimov23 8e36f4a
Improved GUI and bug fixes
nklimov23 b3c145e
logo file added to release package
nklimov23 80a052c
Fixing icon path and wheel setup
vlad-nn 05cfe7d
updated icon; GUI modifications
nklimov23 05268df
color theme as constants
nklimov23 67d12cb
format
nklimov23 225d07b
adjust window dimensions and font size
nklimov23 a7f96e9
Unit tests
nklimov23 ab747fd
Merge branch 'main' into zone-annotator
nklimov23 1c0ad40
fix unit tests
nklimov23 c9db5bd
Merge branch 'main' into zone-annotator
nklimov23 7797161
linter fixes
nklimov23 d90568d
modify segmentation model for testing in accordance to PySDK 0.14.3
nklimov23 acf27d0
modified TFLite segmentation model
nklimov23 d467c34
Fixing unit tests and code related recent PySDK input shape refactoring
vlad-nn 0f14bc1
Merge branch 'test-fixes' into zone-annotator
nklimov23 db35d82
linter fix
nklimov23 bffd09d
bump version to 0.16.1
nklimov23 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[tool.mypy] | ||
files = "degirum_tools,test" | ||
files = "degirum_tools,test,assets" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. You added it to wrong place. This is the list of files to be analyzed by mypy |
||
warn_unused_configs = true | ||
ignore_missing_imports = true | ||
check_untyped_defs = true | ||
|
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.
It looks like
.parent.parent
should be just.parent
. Otherwise, I get this error: