Unverified Commit 22a23e8d authored by Nicolas Hug's avatar Nicolas Hug Committed by GitHub
Browse files

Fix download link for raft_small (#5078)

parent 2508a020
...@@ -97,11 +97,11 @@ class Raft_Small_Weights(WeightsEnum): ...@@ -97,11 +97,11 @@ class Raft_Small_Weights(WeightsEnum):
) )
C_T_V2 = Weights( C_T_V2 = Weights(
# Chairs + Things # Chairs + Things
url="https://github.com/pytorch/vision/tree/main/references/optical_flow", url="https://download.pytorch.org/models/raft_small_C_T_V2-01064c6d.pth",
transforms=RaftEval, transforms=RaftEval,
meta={ meta={
**_COMMON_META, **_COMMON_META,
"recipe": "https://github.com/princeton-vl/RAFT", "recipe": "https://github.com/pytorch/vision/tree/main/references/optical_flow",
"sintel_train_cleanpass_epe": 1.9901, "sintel_train_cleanpass_epe": 1.9901,
"sintel_train_finalpass_epe": 3.2831, "sintel_train_finalpass_epe": 3.2831,
"kitti_train_per_image_epe": 7.5978, "kitti_train_per_image_epe": 7.5978,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment