import os examples = [ [ os.path.join( os.path.dirname(__file__), "examples/embeddings/dogs.pickle" ), os.path.join( os.path.dirname(__file__), "examples/image_zipfile/dogs.zip" ), os.path.join(os.path.dirname(__file__), "examples/images/dogs-1.jpg"), ], [ os.path.join( os.path.dirname(__file__), "examples/embeddings/dogs.pickle" ), os.path.join( os.path.dirname(__file__), "examples/image_zipfile/dogs.zip" ), os.path.join(os.path.dirname(__file__), "examples/images/dogs-2.jpg"), ], [ os.path.join( os.path.dirname(__file__), "examples/embeddings/dogs.pickle" ), os.path.join( os.path.dirname(__file__), "examples/image_zipfile/dogs.zip" ), os.path.join(os.path.dirname(__file__), "examples/images/dogs-3.jpg"), ], ]