SAM tool currently doesn't support cross hair Rotation fully. This is due to logic used in generating unique hash for a plane. Cross hair rotated arbitrary planes might not always have the same hash trivially. Therefore, a plane might not be cached properly leading to embedding generation every time for the given plane.
However, basic interactive segmentation generation will work.
Description
Description
Revisions and Commits
Revisions and Commits
rMITK MITK | |||
Restricted Differential Revision | rMITK2fa4cdc39820 SAM backend changes backup | ||
Restricted Differential Revision | rMITK3a66df9945a1 Segment Anything Tool initial commit | ||
Restricted Differential Revision | rMITK64e4a8ca7634 SAM tool UI & backend code changes | ||
Restricted Differential Revision | rMITKc2b3be9dd1be Negative clicks Ahoy! | ||
Restricted Differential Revision | rMITKd00fc49ec8cd Adding checks to avoid clicks outside image | ||
Restricted Differential Revision | rMITK0a67fe3839d8 Merge branch 'develop' into feature/T29540-sam-2d-tool | ||
Restricted Differential Revision | rMITKdf6fef94a552 Merge branch 'develop' into feature/T29540-sam-2d-tool | ||
Restricted Differential Revision | rMITKb2d37df9a7e2 code update with time measurement | ||
Restricted Differential Revision | rMITKebb06baa6b5c SAM tool with daemon working changes | ||
Restricted Differential Revision | rMITKe4f53fdcc0c1 Merge branch 'master' into feature/T29604-sam-tool-2 | ||
Restricted Differential Revision | rMITKbf99b967ae7a SAM tool working changes | ||
Restricted Differential Revision | rMITK4948dba75162 SAM installer working changes | ||
Restricted Differential Revision | rMITKbdb8197e2a24 Remove Interactive vs Auto radiobutton selection | ||
Restricted Differential Revision | rMITK6365abecbbf7 Changing click point shape to filled CIRCLE | ||
Restricted Differential Revision | rMITK3cdacd7db9b1 Migrating python related functionalities to dedicated class | ||
Restricted Differential Revision | rMITKe7a8aa8351fe Migrating SAM tool install options into Pref menu: part changes | ||
Restricted Differential Revision | rMITK6e78a214df0d SAM Python class code refactoring | ||
Restricted Differential Revision | rMITK34a7d3b3077e Code cleanup: Installer & model selection not part of SAM GUI anymore | ||
Restricted Differential Revision | rMITKeb253d085c61 SAM tool can now handle cuda out of memory situation and throw error message | ||
Restricted Differential Revision | rMITK198eb50374b6 Moving GPU selection into MITK Preferences from SAM tool UI | ||
Restricted Differential Revision | rMITKc82bcb145830 Adding SAM model selection tip for users | ||
Restricted Differential Revision | rMITK4e7bc874a68d GPU name parsing bugfix | ||
Restricted Differential Revision | rMITKf17b28a70fa1 SAM Tool: Minor code cleanup | ||
Restricted Differential Revision | rMITK9c581076d539 Adding live status messages from tool class to GUI | ||
Restricted Differential Revision | rMITKfde7c40a6029 Move SAM tool Preferences to dedicated UI page | ||
Restricted Differential Revision | rMITK28d42b2f66d4 Update Install: SAM wrapper can be now pip installed | ||
Restricted Differential Revision | rMITK511cbe2c3947 SAM tool Ubuntu build fixes | ||
Restricted Differential Revision | rMITKa43bc92e2885 SAM tool Code clean up | ||
Restricted Differential Revision | rMITKcbe41a9e63b4 SAM tool: code updates for better status update on UI | ||
Restricted Differential Revision | rMITK36ed77ecfe00 Add doc strings for SAM tool functions | ||
Restricted Differential Revision | rMITKb5aea9d23a3d SegWithPreviewTool feature update: Adding ConfirmCleanUp virtual function to… | ||
Restricted Differential Revision | rMITK805eecf6a32e Confirm segmentation works now | ||
Restricted Differential Revision | rMITK04cce0bac84d Rename SAM to Segment Anything | ||
Restricted Differential Revision | rMITKb5659e85568a SAM tool will now use nrrd file for python interaction. | ||
Restricted Differential Revision | rMITKe1e2e3914c25 Adding Preference change listener to SAM tool | ||
Restricted Differential Revision | rMITK1d993a6c0303 SAM tool now supports CPU inferencing | ||
Restricted Differential Revision | rMITK370d9a358960 Better GPU vs CPU UX with redundancy for SAM tool | ||
Restricted Differential Revision | rMITKeaa8b7302816 SAMtool: Rename "Activate" to "Initialize" | ||
Restricted Differential Revision | rMITKcc4ae71813c2 Linux/Mac build fixes | ||
Restricted Differential Revision | rMITK9709514e5e0c Force install pytorch v2.0.0 and torchvision 0.15 | ||
Restricted Differential Revision | rMITK504cc0a24aad SAM tool won't show pop when no GPU was found | ||
Restricted Differential Revision | rMITK8ce0afe14a46 Adding support for 2D images | ||
Restricted Differential Revision | rMITKe299172911b1 SAM Tool: Better UX changes | ||
Restricted Differential Revision | rMITKffb81898d5af Tool API Bugfix: Seg tools in 2D mode can confirm on arbitrary steps correctly | ||
Restricted Differential Revision | rMITK5178ed355957 Minor code update for Ubuntu build | ||
Restricted Differential Revision | rMITKe9343bbcfc5a SAM tool won't download models anymore. Qt5 Network dependency removed | ||
Restricted Differential Revision | rMITK6efa5580b99e Bugfix: SAM preference gpu box won't be white anymore | ||
Restricted Differential Revision | rMITK7c87988922d4 Merge branch 'develop' into feature/T29604-sam-tool-2 | ||
Restricted Differential Revision | rMITK678147e40e8a SAM tool now fully support cross hair rotated images : Hashing logic change | ||
Restricted Differential Revision | rMITK35cb316d276b SAM tool Minor code changes | ||
Restricted Differential Revision | rMITKe831e8c5a6fe Levelwindowfilter now applied to images for SAM tool | ||
Restricted Differential Revision | rMITKd2b0b156bc2e Adding optimized ITK-based file writer for SAM tool | ||
Restricted Differential Revision | rMITK943c448c1353 SAM tool: Update hash logic for robustness | ||
Restricted Differential Revision | rMITK328bd55da9d2 Ubuntu build fixes | ||
Restricted Differential Revision | rMITK10f6ed0de3f5 2D RGB image bugfix in SAM tool | ||
Restricted Differential Revision | rMITK3245b3ca6b90 SAM tool Code refactoring changes | ||
Restricted Differential Revision | rMITKce918dfa2126 Merge branch 'develop' into feature/T29604-sam-tool-2 | ||
Restricted Differential Revision | rMITK0b574ff4f211 Avoid deep copy from ITK window filter to MITK image in SAM tool | ||
Restricted Differential Revision | rMITKa3c9484bce54 SAM tool will now reinit after timed out | ||
Restricted Differential Revision | rMITK3b1b4dfa6d88 SAM tool: Introducing timeout for python process comms | ||
Restricted Differential Revision | rMITK4ff22142545d Improve documentation and null check | ||
Restricted Differential Revision | rMITK72504a2fc713 Code cleanup | ||
Restricted Differential Revision | rMITK7bb192083536 Update itkTypeMacro | ||
Restricted Differential Revision | rMITK3b69a0ef5732 Changing SAM runner git url | ||
Restricted Differential Revision | rMITKebc6c339724f Merge branch 'develop' into feature/T29604-sam-tool-2 | ||
Restricted Differential Revision | rMITKfda96a0189cd Adding locale switch to writer for consistency | ||
Restricted Differential Revision | rMITK9dc1b99b0cb7 Segment Anything Tool |
Status | Assigned | Task | ||
---|---|---|---|---|
Resolved | kislinsk | T29191 [SEG] New segmentation tool candidates | ||
Resolved | kislinsk | T29524 SAM in MITK | ||
Resolved | a178n | T30153 SAM tool: Add caching support for Cross-hair rotated image views |
Event Timeline
Comment Actions
Updated logic to use only Normal and center to generate unique hash for a plane. Updated D847