dlpy.model.Model.get_feature_maps

Model.get_feature_maps(data, label=None, idx=0, image_id=None, **kwargs)

Extract the feature maps for a single image

Parameters
dataImageTable

Specifies the table containing the image data.

labelstr, optional

Specifies the which class of image to use. Default : None

idxint, optional

Specifies which row index to get feature map Default : 1

image_idlist or int, optional

Filters data using ‘_id_’ column

**kwargskeyword arguments, optional

Specifies the optional arguments for the dlScore action. For more details, see deepLearn.dlScore