Dev ls - Pull request to further polish it
I have adapted most of the code from @romanarust to the current vision of the AAAD project. Now, there are many features to:
- Create dataObjects, dataBlocks and dataset objects
- Sample them, and then also analyse through callbacks
- Import data from other project using ad-hoc callbacks
- Perform consistency checks, parse information of the dataset, etc.
- Easily load the data, and have all the information required for the ML model
There are still many features that need to be implemented, among the most important:
- Integration with compas? Simplification of DataObjects and DataBlocks to make them compatible
- More tools for ensuring internal consistency
- Better storing, handling and management of the data: metadata generation?