Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 570 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 570 Bytes

Pretrained Models

The following pretrained models are provided:

  • dsr: DSR-Net introduced in the paper. (without real data finetuning)
  • dsr_ft: DSR-Net introduced in the paper. (with real data finetuning)
  • single: It does not use any history aggregation.
  • nowarp: It does not warp the representation before aggregation.
  • gtwarp: It warps the representation with ground truth motion (i.e., performance oracle)
  • 3dflow: It predicts per-voxel scene flow for the entire 3D volume.