dlpy.image_captioning.create_captions_table

dlpy.image_captioning.create_captions_table(conn, captions_file, caption_col_name='Var', delimiter='\t')

Generate CASTable of captions and filenames

Parameters
connCAS

Specifies the CAS connection object.

captions_filestring

Specifies absolute path to file containing image filenames and captions. This file has to be accessible from the client.

caption_col_namestring, optional

Specifies base name of columns that contain captions Default : ‘Var’

delimiterstring, optional

Specifies delimiter in the captions_file between captions Default : ‘ ‘

Returns
CASTable