code seperated into multiple files instead of only 2 file which include all the code (that was the previous version)
added pickle file for saving data (embeddings, ID, colors, etc)
maybe csv wont be needed anymore
need to improve time (e.g. not opening and closing pickle for every file but maybe keeping it opened for a given number of images and the saving the pickle file every couple images --> this needs to be done for csv aswell)
Improvements to the generator :
-trakcing of files: s´generator starts loading images and getting data only for new images (ones that are not already loaded into the csv) --> improved this with latest commit too
-imageIDs:
- count starts at 0
- if generator gets interrupted: starting ID count at highest ID +1 (so no IDs will be unique)
- images that are unable to be loaded will get skipped by generator
changed structure of code:
added pickle file for saving data (embeddings, ID, colors, etc)
Improvements to the generator :