FlowNetPytorch
FlowNetPytorch copied to clipboard
Pytorch implementation of FlowNet by Dosovitskiy et al.
Hello, I've been trying to use your version of FlowNet to work on my project. I'm currently trying to use this on google colab notebook, but I'm facing errors during...
Do you have any thoughts about integrating FlowNet2 into this repository? FlowNet2 models (including the custom operations such as correlation) have become available for PyTorch 0.3, Python 3.x. https://github.com/vt-vl-lab/pytorch_flownet2 https://github.com/hellock/flownet2-pytorch...
thanks for your work!!! i get some mistakes: File "/home/ilab/anaconda3/envs/sc_sfmlearner/lib/python3.7/site-packages/spatial_correlation_sampler/spatial_correlation_sampler.py", line 42, in spatial_correlation_sample stride, padding, dilation, dilation_patch) File "/home/ilab/anaconda3/envs/sc_sfmlearner/lib/python3.7/site-packages/spatial_correlation_sampler/spatial_correlation_sampler.py", line 70, in forward dH, dW) **RuntimeError: input1 must be...
I want to use my own data set to fine-tune the model, but the optical flow obtained by directly using TV-L1 does not get a reasonable result. Then I use...
Hi, I'm working with your model on the research side and was testing it on a live webcam. I found that the model replicates a lot of noise colors when...
I can download the .pth file but I can't open it, so that I can't tun the test. Please help me!
https://github.com/ClementPinard/FlowNetPytorch/blob/60c72a9c054e6e525eca5cc129ccafc11758d88f/main.py#L91C1-L91C7 in the line 91 ,it should be : n_iter = int(args.start_epoch)
https://github.com/ClementPinard/FlowNetPytorch/blob/60c72a9c054e6e525eca5cc129ccafc11758d88f/main.py#L113 Code is crashing because the usage seed_split instead we should use: if args.split_seed is not None: np.random.seed(args.split_seed)
When i try pip install -r requirement.txt, the error happen. ERROR: Failed building wheel for spatial-correlation-sampler Failed to build spatial-correlation-sampler ERROR: Could not build wheels for spatial-correlation-sampler which use PEP...
Hi,thanks for your project!However,when I run it on KITTI,it broke with an issue Traceback (most recent call last): File "main.py", line 454, in main() File "main.py", line 236, in main...