mmflow icon indicating copy to clipboard operation
mmflow copied to clipboard

[Contribution] CSFlow: Learning Optical Flow via Cross Strip Correlation for Autonomous Driving

Open SingleZombie opened this issue 2 years ago • 1 comments

I was a member of OpenMMLab and published an optical flow estimation model CSFlow (paper: https://arxiv.org/abs/2202.00909). The work was received by IV 2022 (2022 33rd IEEE Intelligent Vehicles Symposium). I want to add this model to MMFlow.

I am not familiar with the workflow to contibute a model. Could you check if my to-do list is complete ? Can I create a PR directly so that we can discuss on the PR?

My to-do list:

  • Model implementation with docstring.
  • Configs.
  • Benchmark and paper introduction on README.
  • Pre-trained checkpoints.
  • Unit tests.

Thank you!

SingleZombie avatar Jul 25 '22 07:07 SingleZombie

Of course, you can!

I think to-do list is complete, but for pre-trained ckpts, we will train them with your code and then upload them.

Thanks for your contribution. We are looking forward to your nice pr~~

MeowZheng avatar Jul 26 '22 03:07 MeowZheng