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

Add raft_large weights fined-tuned on Kitti (#5081)

parent 954a117d
...@@ -79,18 +79,30 @@ class Raft_Large_Weights(WeightsEnum): ...@@ -79,18 +79,30 @@ class Raft_Large_Weights(WeightsEnum):
}, },
) )
# C_T_SKHT_K_V1 = Weights( C_T_SKHT_K_V1 = Weights(
# # Chairs + Things + Sintel fine-tuning + Kitti fine-tuning i.e.: # Chairs + Things + Sintel fine-tuning + Kitti fine-tuning, ported from the original repo (sintel-kitti.pth)
# # Chairs + Things + (Sintel + Kitti + HD1K + Things_clean) + Kitti url="https://download.pytorch.org/models/raft_large_C_T_SKHT_K_V1-4a6a5039.pth",
# # Same as CT_SKHT with extra fine-tuning on Kitti transforms=RaftEval,
# # Corresponds to the C+T+S+K+H on paper with fine-tuning on Sintel and then on Kitti meta={
# url="", **_COMMON_META,
# transforms=RaftEval, "recipe": "https://github.com/princeton-vl/RAFT",
# meta={ "kitti_test_f1-all": 5.10,
# "recipe": "", },
# "epe": -1234, )
# },
# ) C_T_SKHT_K_V2 = Weights(
# Chairs + Things + Sintel fine-tuning + Kitti fine-tuning i.e.:
# Chairs + Things + (Sintel + Kitti + HD1K + Things_clean) + Kitti
# Same as CT_SKHT with extra fine-tuning on Kitti
# Corresponds to the C+T+S+K+H on paper with fine-tuning on Sintel and then on Kitti
url="https://download.pytorch.org/models/raft_large_C_T_SKHT_K_V2-b5c70766.pth",
transforms=RaftEval,
meta={
**_COMMON_META,
"recipe": "https://github.com/pytorch/vision/tree/main/references/optical_flow",
"kitti_test_f1-all": 5.19,
},
)
default = C_T_V2 default = C_T_V2
......
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