-
Notifications
You must be signed in to change notification settings - Fork 24
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
Various fixes for composing datasets with landmarks #7992
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
10fb4e4
use tps instead of affine in compose
philippotto d571e52
temporarily disable some CI checks
philippotto 0f7eebb
always sort trees when composing datasets with landmarks
philippotto 509b7db
add UI checkbox for affine vs tps
philippotto b624b58
fix that p tag cannot contain ul
philippotto ddf1d26
also sort nodes by id
philippotto 5aae4d9
fix inverted TPS transform creation when loading dataset; add more co…
philippotto cef63e8
render dataset description as markdown in dashboard; update dataset d…
philippotto 5a690e1
fix mean error formatting in description
philippotto 61b4155
Merge branch 'master' of github.com:scalableminds/webknossos into com…
philippotto 8fcc8ee
disable TPS checkbox for now
philippotto c6227b1
restore ci
philippotto 7ccf57c
update changelog
philippotto e74a069
make optInfoOut writing independent from IS_TESTING
philippotto 734d426
ask user for landmark augmentation when affine estimation fails; asse…
philippotto 17f51d8
Merge branch 'master' of github.com:scalableminds/webknossos into com…
philippotto 173e093
move allowThinPlateSplines into wk dev flags
philippotto c2a9a70
Update frontend/javascripts/admin/dataset/composition_wizard/04_confi…
philippotto ff5415b
move guardedWithErrorToast fn
philippotto 0f00869
Merge branch 'compose-tps' of github.com:scalableminds/webknossos int…
philippotto 5da255a
Merge branch 'master' into compose-tps
philippotto 6bee6c5
format
philippotto c977210
Merge branch 'compose-tps' of github.com:scalableminds/webknossos int…
philippotto 4bab1a9
fix cyclic dependency
philippotto 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
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.
I am afraid, that always using z for "extrusion" won't cover all cases. In case I annotate all my point in the zy viewport without moving in x direction, the x axis value of all points should be equal. Thus, moving the points by z should fix the problem here. In case we want to catch all possible planes, we should calculate the otrhogol vector to the plane and move the nodes in that direction.
But I can also understand that this might be a bit too much for this pr and can be solved in a follow up pr :)