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

Dataset class #30

Closed Maximellerbach closed 2 years ago

Maximellerbach commented 2 years ago

Create a dataset class to load and save folders of data, we will consider one folder to be a dataset. We will have to develop:

quick reminder: the images will have in its name the date (fetch the date using the time.time() function) followed by .png, the json should have the same name but should end with .json instead of .png

You will need to use the glob.glob() function to fetch the path of every json path in the folder

MaxMartelo commented 2 years ago

Simple questions : What are the tasks "every load function but with sorted data / with sequences of sorted data ? And just to be sure, when we talk about a dataset, it is a folder wich have json file and in this json file we have some pictures.png ? @Maximellerbach And for the load function, what do we want for the output ? tuple Json and png ?

Maximellerbach commented 2 years ago

Its basically a load function but with the given constraints

Maximellerbach commented 2 years ago

A dataset is a folder in which you have N json files and N images