Practical image segmentation with Unet

Introduction In this post we will learn how Unet works, what it is used for and how to implement it. To do so we will use the original Unet paper, Pytorch and a Kaggle competition where Unet was massively used. If you don't know anything about Pytorch, you are afraid…

Activity as context, you're doing it wrong!

Presentation As all android developer must know, the Context is the center of the universe in the Android framework. We need it everywhere, whether for retrieving assets, requesting a system service with getSystemService() or anything related to the android system... But there is something that many android developer do by…