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: - data : ImageTable
Specifies the table containing the image data.
- label : str, optional
Specifies the which class of image to use. Default : None
- idx : int, optional
Specifies which row index to get feature map Default : 1
- image_id : list or int, optional
Filters data using ‘_id_’ column
- **kwargs : keyword arguments, optional
Specifies the optional arguments for the dlScore action. For more details, see deepLearn.dlScore