raft_small¶
-
torchvision.models.optical_flow.
raft_small
(*, pretrained=False, progress=True, **kwargs)[source]¶ RAFT “small” model from RAFT: Recurrent All Pairs Field Transforms for Optical Flow.
Please see the example below for a tutorial on how to use this model.
- Parameters
- Returns
The model.
- Return type
nn.Module
Examples using
raft_small
: