AliKafaei
AliKafaei
I am also waiting for that. Hope it would be released soon.
Is this the link to download PWC NET + weights? https://research.nvidia.com/sites/default/files/pubs/2019-01_A-Fusion-Approach/pwc_net.pth_.tar_.zip Do PWC-NET and PWC-NET + have the same model?
Thanks @Iuvegood. The results are very similar. For my application I need the network to estimate large displacement. In your code you specify maximum displacement =4 and if we change...
Ok thanks it solved. Can I re train the model using my own data?
For Training should I use Loss.py from your flownet implementation?
yes I retrained the model by my own data and I freeze some layers. tell me the problem I will help you. On Sat, Sep 21, 2019 at 2:29 AM...
yes you can re train the model with your own data. The forward pass does not take much time. for me (Titan V) it took 30 ms. your code probably...
but for custom layers it wasnt working on windows
Thanks for your response. From ubuntu 18, gcc version 5.4 is not supported anymore (I have managed to run gcc version 5 before but that was very challenging). If the...
> of backward function calls `ctx.norm_deg`, which is not defined in forward fucntion, so we can simply add the setence `ctx.norm_deg = norm_deg` in the defination of forward fucntion before...