Filtering Synthetic Images
Nov 28, 2019
To train a model for our drone in search of a red ball in a room, we generated synthetic images.
It was an interesting adventure, using Blender. First we built the 3D model of a ball in a room.
...
➦
Tuning the 3d model
Nov 22, 2019
We picked Blender as the tool to generate synthetic images to train our models. Our idea is generating images to train the models, as handpicking them is pretty time consuming.
...
➦
Use Blender and Python to generate images
Nov 22, 2019
Our Drone Trainer project is a true “work in progress”. Our current problem is generating synthetic images in 3D to train our drone.
We tried several possibilities to generate the model.
...
➦
Room Simulator with OpenSCAD
Nov 20, 2019
After experimenting for a while with Godot, we reached the conclusion that it is not appropriate for our needs.
Our goal is to easily generate 3D models and manipulate them in code, in order to generate and export images to train our models.
...
➦
Room Simulator
Nov 16, 2019
Our project to instruct a drone to move in a room continues.
We want to instruct the drone to find a ball in a room. Our very first attempt, collecting images taken from the drone and building a model above, gave 75% accuracy.
...
➦