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

Datagenerator #48

Closed Maximellerbach closed 2 years ago

Maximellerbach commented 2 years ago

datagenerator class to load data during the training of the model

AlexandreGirold commented 2 years ago

Questions :

Maximellerbach commented 2 years ago

@AirlexandreGirold X and Y are "sets" of data. X needs to contain everything that the model will have as inputs, and Y must contain everything that the model should expect as result. I feel like you didn't get this part.

AlexandreGirold commented 2 years ago

Nop indeed didn't get it... Now i kinda do, gotta think about it

Maximellerbach commented 2 years ago

For the images, you don't have to worry about where they will be saved, they will be saved in an external folder.

Maximellerbach commented 2 years ago

Note: once datagenerator is finished and merged, rebase #63 and merge #63