How to load a custom dataset with tf.data [Tensorflow]
We look into how to create TFRecords to and handle images from a custom dataset.
Later we load these records into a model and do some predictions.
In this video, we look into the Ultralytics Yolo framework. It enables you to run a pre-trained Yolo algorithm and retrain it for your particular use case. Using this model, you could easily create a new model to detect your favorite things in an image and create location boxes over the objects.
In this video, we talk about how to set up a Ceph cache pool and tier your cache in order to improve read and writes. There is a lot of cache settings that we could cover but I will talk about the most important values you can set on a pool to cache your data…
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 Video Enhance AI giving some examples and talking about how it works.
During my spare time, I love to have some hobby projects. In this case, I implemented a quiz application that we could use on Fridays at work when we always run a quiz at the end of the week.
We use the OpenAPI generator to create a stub server implementation of PHP-Slim. Then we implement the different endpoints using an SQLite backend and talk about the challenges using the database and handle CORS.