Skip to content

Commit d8431fc

Browse files
NicolasHugdatumbox
andauthored
Update torchvision/prototype/models/optical_flow/raft.py
Co-authored-by: Vasilis Vryniotis <[email protected]>
1 parent 3c07750 commit d8431fc

File tree

1 file changed

+1
-1
lines changed
  • torchvision/prototype/models/optical_flow

1 file changed

+1
-1
lines changed

torchvision/prototype/models/optical_flow/raft.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class Raft_Small_Weights(WeightsEnum):
9797
)
9898
C_T_V2 = Weights(
9999
# Chairs + Things
100-
url="https://download.pytorch.org/models/raft_small_C_T_V2-01064c6d.pth",
100+
url="https://github.com/pytorch/vision/tree/main/references/optical_flow",
101101
transforms=RaftEval,
102102
meta={
103103
**_COMMON_META,

0 commit comments

Comments
 (0)