@@ -14,6 +14,7 @@ ImageBaseDataset
14
14
:show-inheritance:
15
15
16
16
.. automethod :: __init__
17
+ .. automethod :: __getitem__
17
18
.. automethod :: visualize
18
19
19
20
ImageLabeledDataset
@@ -25,6 +26,7 @@ ImageLabeledDataset
25
26
.. automethod :: __init__
26
27
.. automethod :: __getitem__
27
28
.. automethod :: get_labels
29
+ .. automethod :: visualize
28
30
29
31
ImageQueryGalleryLabeledDataset
30
32
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -36,6 +38,20 @@ ImageQueryGalleryLabeledDataset
36
38
.. automethod :: __getitem__
37
39
.. automethod :: get_query_ids
38
40
.. automethod :: get_gallery_ids
41
+ .. automethod :: get_labels
42
+ .. automethod :: visualize
43
+
44
+ ImageQueryGalleryDataset
45
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
46
+ .. autoclass :: oml.datasets.images.ImageQueryGalleryDataset
47
+ :undoc-members:
48
+ :show-inheritance:
49
+
50
+ .. automethod :: __init__
51
+ .. automethod :: __getitem__
52
+ .. automethod :: get_query_ids
53
+ .. automethod :: get_gallery_ids
54
+ .. automethod :: visualize
39
55
40
56
EmbeddingPairsDataset
41
57
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments