File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
torchvision/prototype/models/optical_flow Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ class Raft_Large_Weights(WeightsEnum):
115
115
},
116
116
)
117
117
118
- DEFAULT = C_T_SKHT_K_V2
118
+ DEFAULT = C_T_SKHT_V2
119
119
120
120
121
121
class Raft_Small_Weights (WeightsEnum ):
@@ -151,7 +151,7 @@ class Raft_Small_Weights(WeightsEnum):
151
151
DEFAULT = C_T_V2
152
152
153
153
154
- @handle_legacy_interface (weights = ("pretrained" , Raft_Large_Weights .C_T_SKHT_K_V2 ))
154
+ @handle_legacy_interface (weights = ("pretrained" , Raft_Large_Weights .C_T_SKHT_V2 ))
155
155
def raft_large (* , weights : Optional [Raft_Large_Weights ] = None , progress = True , ** kwargs ):
156
156
"""RAFT model from
157
157
`RAFT: Recurrent All Pairs Field Transforms for Optical Flow <https://arxiv.org/abs/2003.12039>`_.
You can’t perform that action at this time.
0 commit comments