megvii-research/RealFlow

Pretrained RAFT checkpoints

Closed this issue · 2 comments

Wonderful work! But where to download the pretrained C+T model? We only find C and T.

Hi, C+T model means that the network is first trianed on C and then finetuned on T. The model RAFT-things is finetuned on T using parameters of RAFT-C. So pretrained C+T model is RAFT-T. Thank you for pointing this out. We will make this clear in the README file.

Got it. Thanks!