Object detection Part 1 – Create custom dataset [Tensorflow]
We build TFRecord file using java and talking about how to easily label your images for object detection.
We talk about mount points to mount and then we enter our new system for the first time.
We go through how to to create a package to for a cross platform build script. Using the tools autoconf and automake to create Makefile to make and install your c program.
We look into how to upload really large files using fetch. By splitting up the files, we bypass browsers’ upload limitations. We send …
I needed a solution to save data and I wanted to create an API so I could handle different storage solutions. One of the solutions I wanted to support was OpenSwift, a part of OpenStack. Trying create a small local installation for testing wasn’t easy and required research. Configuration options seems endless so I’m trying…
In this video series, I try to challenge myself with the Advent of Code trials. Each solution will be published to Github, and I hope you will learn something from my coding mistakes and perhaps send some code my way on how you have done these challenges. I know by reading code, so this is…
We talk about building the test tooling we later will use to test the compiler and build systems.