extractEmbeddings
Extract feature embeddings of lidar point cloud from Segment Anything Model (SAM) encoder
Since R2024b
Syntax
Description
extracts the feature embeddings of the input point cloud embeddings
= extractEmbeddings(lidarSAM
,ptCloud
)ptCloud
from
the encoder of a Segment Anything Model (SAM), lidarSAM
, by running a
forward pass on the neural network.
additionally specifies the hardware resource with which to process the input data.
embeddings
= extractEmbeddings(lidarSAM
,ptCloud
,ExecutionEnvironment=executionEnvironment
)
Note
This functionality requires Deep Learning Toolbox™ and the Image Processing Toolbox™ Model for Segment Anything Model support package. You can download and install the Image Processing Toolbox Model for Segment Anything Model from Add-On Explorer. For more information about installing add-ons, see Get and Manage Add-Ons.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2024b