dlpy.image_captioning.get_image_features¶
-
dlpy.image_captioning.
get_image_features
(conn, model, image_table, dense_layer, target='_filename_0')¶ Generate CASTable of image features
Parameters: - conn : CAS
Specifies the CAS connection object.
- model: dlpy Model object
Specifies CNN model to use for extracting features
- image_table: imageTable
Specifies name of CASTable that contains images to be used for training
- dense_layer: string
Specifies layer from CNN model to extract features from
- target: string, optional
Specifies the name of the column containing the response variable
Default: ‘_filename_0’
Returns: - CASTable