ltkong218 / FastFlowNet

FastFlowNet: A Lightweight Network for Fast Optical Flow Estimation (ICRA 2021)
MIT License
249 stars 41 forks source link

train #1

Open Haosouth opened 3 years ago

Haosouth commented 3 years ago

能不能提供一下train文件,感谢

ltkong218 commented 3 years ago

Please follow IRR-PWC to train the model. You can directly replace IRR-PWC with FastFlowNet, since they have the same pyramid structure. We train FastFlowNet with the same datasets and augmentations as PWC-Net and IRR-PWC.

Haosouth commented 3 years ago

你能提供一下你的邮箱或者微信吗,我想请教一些问题,感谢

ltkong218 commented 3 years ago

You can ask here and discuss

poincarelee commented 2 years ago

I have tried replacing IRR-PWC with Fastflownet directly and correct some bugs, however, it didn't work. It seems that the datasets and somewhere in loss.py needs to be modified.