FastFlowNet icon indicating copy to clipboard operation
FastFlowNet copied to clipboard

FastFlowNet: A Lightweight Network for Fast Optical Flow Estimation (ICRA 2021)

Results 19 FastFlowNet issues
Sort by recently updated
recently updated
newest added

Hi, have you tried training on real scene such as market or subway? I have finetuned the model according to IRR-PWC by using your './checkpoints/fastflownet_ft_mix.pth' in subway real scene, but...

run on colab.research.google.com; and output: sh: 1: ping: not found sh: 1: ping: not found sh: 1: ping: not found sh: 1: ping: not found Traceback (most recent call last):...

Hi, I have been trying to train fastflownet. After reference to the IRR-PWC, I found occlusion wasn't considered in fastflownet model, So I'd like to ask: if I want to...

Hi, i am running your code. I saw in your paper the ground-truth flow was divided by 20 before training, but seems didn't see this parameter in FastFlowNet.py, have you...

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

i am new to this area, would you relsese the code with "spatial-correlation-sampler" function for me to learn, thank you !

How to using this git repo on Cuda 10, because i need to synchronize with my other project ?

Have you tried deploying your model on android?

There are some magic factors when upsample flow to higher resolution: https://github.com/ltkong218/FastFlowNet/blob/main/models/FastFlowNet.py#L140 https://github.com/ltkong218/FastFlowNet/blob/main/models/FastFlowNet.py#L147 https://github.com/ltkong218/FastFlowNet/blob/main/models/FastFlowNet.py#L154 https://github.com/ltkong218/FastFlowNet/blob/main/models/FastFlowNet.py#L161 What's the meaninig of 0.625, 1.25, 2.5, 5? Is there any geometry motivation? I think...

A few questions about exporting FastFlowNet to TensorRT for inference on the Xavier TX2. * Which version of TensorRT was used to test FastFlowNet on the Xavier TX2? * Which...