Skip to content

Commit 35a78fa

Browse files
authored
Merge pull request #57 from rediscovery-io/image_classification
WIP - Image classification and export tags
2 parents 66c378e + 96cce0b commit 35a78fa

15 files changed

Lines changed: 385 additions & 260 deletions

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,10 @@ build
1616
dist
1717
remo_sdk.egg-info
1818

19-
doc/build
19+
doc/build
20+
21+
# example datasets
22+
examples/small_flowers
23+
examples/small_flowers.zip
24+
examples/open_images_sample_dataset
25+
examples/*.zip
1.37 MB
Loading
42.3 KB
Loading
1.19 MB
Loading
-682 KB
Binary file not shown.
-39.6 KB
Binary file not shown.

examples/intro_to_remo-python.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265
"metadata": {},
266266
"outputs": [],
267267
"source": [
268-
"my_dataset.export_annotations_to_file('output.csv', annotation_format='csv')"
268+
"my_dataset.export_annotations_to_file('output.zip', annotation_format='csv')"
269269
]
270270
},
271271
{
@@ -328,4 +328,4 @@
328328
},
329329
"nbformat": 4,
330330
"nbformat_minor": 2
331-
}
331+
}
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)