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 look at using XML transforms and testing the result using XSpec
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 look into how to create an application parsing different documents with embedded content in order to extract text and images.
I’m trying to solve all the Advent of Code puzzles in this video series.
We talk about the Folding@Home project, where it came from and what kind of problems it will cover and how it works.
This simple tutorial will show you how to parse JSON in java using JSON-simple from Google. JSON-simple is a bit old now but very stable and tested by large and small companies. I use this framework every day, so making a tutorial was a no-brainer.