Smoothly-Blend-Image-Patches - Using a U-Net for image segmentation, blending predicted patches smoothly is a must to please the human eye. (more…)
Read more »
REPL Driven Development is about fast feedback loops during development. It is not about typing code into a terminal window. Don’t do that. A Read Eval Print Loop (REPL) is often described as a shell tool that you use to try out a programming language. T... (more…)
Read more »
In this tutorial, we explore how to use Nimpy to integrate Python code with Nim. (more…)
Read more »
The problemLet's say you have more than one version of Python installed on your machine. What version does python3 point to? If you said, "the newest version", you may actually be wrong. That's because python3 points at the last version of Python you inst... (more…)
Read more »