Skip to content

Commit

Permalink
Update torchvision/prototype/models/optical_flow/raft.py
Browse files Browse the repository at this point in the history
Co-authored-by: Vasilis Vryniotis <datumbox@users.noreply.github.com>
  • Loading branch information
NicolasHug and datumbox authored Dec 9, 2021
1 parent 3c07750 commit d8431fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchvision/prototype/models/optical_flow/raft.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class Raft_Small_Weights(WeightsEnum):
)
C_T_V2 = Weights(
# Chairs + Things
url="https://download.pytorch.org/models/raft_small_C_T_V2-01064c6d.pth",
url="https://github.com/pytorch/vision/tree/main/references/optical_flow",
transforms=RaftEval,
meta={
**_COMMON_META,
Expand Down

0 comments on commit d8431fc

Please sign in to comment.