Inference API
Inference API
Introduction
Quick overview

List of all inference methods
Image inference methods:
Video inference methods:
A Complete Tutorial
1. Initialize sly.nn.inference.Session

2. Get the model info
Session info
Model Meta. Classes and tags
Inference settings
Set the inference settings
3. Image Inference
Inspecting the model prediction
Visualize model prediction

Upload prediction to the Supervisely platform

4. Video Inference
Method 1. Inferring video with iterator
Method 2. Inferring video without iterator
5. Project Inference
Method 1. Inferring project with iterator
Method 2. Inferring project without iterator
Advanced. Working with raw JSON output
SessionJSON
Last updated