Model Tutorials#
Intel OpenVINO supports most of the TensorFlow and PyTorch models. The table below lists some deep learning models that commonly used in the Embodied Intelligence solutions. You can find information about how to run them on Intel platforms:
Algorithm
Description
Link
YOLOv8
CNN based object detection
YOLOv12
CNN based object detection
MobileNetV2
CNN based object detection
SAM
Transformer based segmentation
SAM2
Extend SAM to video segmentation and object tracking with cross attention to memory
FastSAM
Lightweight substitute to SAM
MobileSAM
Lightweight substitute to SAM (Same model architecture with SAM. Can refer to OpenVINO SAM tutorials for model export and application)
U-NET
CNN based segmentation and diffusion model
DETR
Transformer based object detection
GroundingDino
Transformer based object detection
CLIP
Transformer based image classification
Please also find information for the models of imitation learning, grasp generation, simultaneous localization and mapping (SLAM) and bird’s-eye view (BEV):