Autonomobile / AutoPylot

A project to race 1:10 RC cars autonomously around a track while going as fast as possible
MIT License
10 stars 0 forks source link

Data augmentation functions #31

Closed Maximellerbach closed 1 year ago

Maximellerbach commented 2 years ago

We will later on have a class that will be responsible for feeding data into the model during the training.

We could just feed the raw images, but we won't stop here. The idea is to have some functions that will modify the images and annotations to increase the accuracy of the model.

Here are some function ideas (higher is highest priority):

Maximellerbach commented 2 years ago

This aged well, we now have a unity project "AutoCopylot" to generate synthetic data