mirror of
https://github.com/FoundationVision/GLEE.git
synced 2025-06-03 14:51:17 +08:00
10 lines
347 B
Markdown
10 lines
347 B
Markdown
|
|
||
|
|
||
|
### Common Datasets
|
||
|
|
||
|
The dataset implemented here do not need to load the data into the final format.
|
||
|
It should provide the minimal data structure needed to use the dataset, so it can be very efficient.
|
||
|
|
||
|
For example, for an image dataset, just provide the file names and labels, but don't read the images.
|
||
|
Let the downstream decide how to read.
|