-
![chair2](https://user-images.githubusercontent.com/80320541/130338687-58253af7-086f-4da3-9a2c-08a154649f8d.png)
![chair5](https://user-images.githubusercontent.com/80320541/130338692-f06496b5-9925-4…
-
Hi, I have no idea why mask is needed following code in PWC-Net/PyTorch/models/PWCNet.py
mask = torch.autograd.Variable(torch.ones(x.size())).cuda()
mask = nn.functional.grid_sample(mask, v…
-
-
After successfully building the external correlation package for pytorch, when I run the PWC-Net I get the following error:
File "./correlation_package/_ext/corr/\_\_init\_\_.py", line 3, in
from .…
-
Hi,
First of all, I really appreciate the incredible work you've done on TartanVO. It's a fantastic contribution to the field.
I've been working on replicating the training code for TartanVO, and …
-
I tried generating optical flow of example 1 using RAFT and its pretrained weights but the result was not good. Did you use pretrained model directly for optical flow or finetuned on specific date set…
-
I read that you have analysed the flow of the PCD Alignment Module in 4.3. Ablation Studies.
-
> [THIS PAGE IS BEING MONITORED BY STATE AND FEDERAL LAW ENFORCEMENT](mailto: ASHLEY.HUMPHRIES@WILSONELSER.COM)
>
> {153974_2020_SUMMONS__POST_RJI___51}
> [153974_2020_SUMMONS__POST_RJI___51 8 JULY …
-
Hi,
Thank you for sharing your codes.
I am little confused that in your supplemental material for paper you said that you used L1 loss + OOR loss when finetuned Sintel and KITTI dataset.
How…
-
Hi,
Could you provide a demo code for inferencing the optical flow of a testing image pair.
I am trying to run the run_inference.py, but the result looks not good. I am not sure if I run the cod…