aimprove doc
Browse files- Caltech-101.py +3 -3
Caltech-101.py
CHANGED
@@ -171,13 +171,13 @@ class Caltech101(datasets.GeneratorBasedBuilder):
|
|
171 |
_BUILDER_CONFIG_WITH_BACKGROUND = datasets.BuilderConfig(
|
172 |
name="with_background_category",
|
173 |
version=VERSION,
|
174 |
-
description="Dataset containing
|
|
|
175 |
)
|
176 |
_BUILDER_CONFIG_WITHOUT_BACKGROUND = datasets.BuilderConfig(
|
177 |
name="without_background_category",
|
178 |
version=VERSION,
|
179 |
-
description="Dataset containing the 101 categories and
|
180 |
-
"No annotations.",
|
181 |
)
|
182 |
|
183 |
BUILDER_CONFIGS = [
|
|
|
171 |
_BUILDER_CONFIG_WITH_BACKGROUND = datasets.BuilderConfig(
|
172 |
name="with_background_category",
|
173 |
version=VERSION,
|
174 |
+
description="Dataset containing the 101 categories and the additonnal background one. "
|
175 |
+
"No annotations.",
|
176 |
)
|
177 |
_BUILDER_CONFIG_WITHOUT_BACKGROUND = datasets.BuilderConfig(
|
178 |
name="without_background_category",
|
179 |
version=VERSION,
|
180 |
+
description="Dataset containing only the 101 categories and their annotations.",
|
|
|
181 |
)
|
182 |
|
183 |
BUILDER_CONFIGS = [
|