issues
search
dyollb
/
segmantic
Semantic segmentation and image-to-image translation based on AI
https://dyollb.github.io/segmantic/
MIT License
1
stars
3
forks
source link
Replace ITK by SimpleITK for image processing functions
#50
Closed
dyollb
closed
1 year ago
dyollb
commented
2 years ago
Why to switch
ITK is slow to load and provides poor auto-completion in IDEs (e.g. VS Code), making it difficult to use.
Most required functionality is covered by SimpleITK
Why to switch