Datasets:
Update deepfruit_dataset.py
Browse files- deepfruit_dataset.py +2 -2
deepfruit_dataset.py
CHANGED
@@ -28,8 +28,8 @@ The "DeepFruit" dataset is a comprehensive collection designed for the advanceme
|
|
28 |
The type of fruit is determined by various external appearance features. The dataset, from Mendeley, comprises 21,122 images of 20 diverse fruit types across 8 different combinations. This dataset includes separate images and CSV files for training and testing, each containing varying quantities of each fruit. The objective of this study is to convert fruit images into the PIL (Python Imaging Library) format.
|
29 |
"""
|
30 |
_URLS = {
|
31 |
-
"train": 'https://huggingface.co/datasets/sc890/
|
32 |
-
"test": 'https://huggingface.co/datasets/sc890/
|
33 |
}
|
34 |
class DeepFruitDataset(datasets.GeneratorBasedBuilder):
|
35 |
BUILDER_CONFIGS = [
|
|
|
28 |
The type of fruit is determined by various external appearance features. The dataset, from Mendeley, comprises 21,122 images of 20 diverse fruit types across 8 different combinations. This dataset includes separate images and CSV files for training and testing, each containing varying quantities of each fruit. The objective of this study is to convert fruit images into the PIL (Python Imaging Library) format.
|
29 |
"""
|
30 |
_URLS = {
|
31 |
+
"train": 'https://huggingface.co/datasets/sc890/DEEPFRUlT_DATASET/resolve/main/Fruits_Dataset_Train.zip',
|
32 |
+
"test": 'https://huggingface.co/datasets/sc890/DEEPFRUlT_DATASET/resolve/main/Fruits_Dataset_Test.zip',
|
33 |
}
|
34 |
class DeepFruitDataset(datasets.GeneratorBasedBuilder):
|
35 |
BUILDER_CONFIGS = [
|