Image segmentation with region growing is simple and can be used as an initialization step for more sophisticated segmentation methods. In this note, Iโll describe how to implement a region growing method for 3D image volume segmentation (note: the code h... (more…)
Read more »
Having too many custom exceptions on a project can be a pain, but a few choices are nice. The problem... (more…)
Read more »
We usually care about keeping our terminal tools up to date. pip however doesn't provide an easy way to upgrade CLI packages. Here's a workaround. (more…)
Read more »
I think the mypy static type checker is a fantastic initiative, and absolutely love it. My one complaint is that it relies a little too much on subclassing f...
Read more »
7380 commits and 1940 pull requests later, pip and get-pip.py are working with RustPython ๐ ๐. pip can install itself and setuptools! (more…)
Read more »