-
Hi, thanks for releasing this awesome work! I would like to know whether the optical flow data is missed in some scenarios. I unzipped the file and there is no optical flow data in the human_pose/PD_t…
-
## Rationale ##
- We decided an optical flow module may be a better way of tracking the ground than a wheel encoder (easier to integrate). Both Hardware and Firmware will need to work to implement an …
-
Hi @shiba24 thanks for the great work.
I have some questions over the implementation of the contrast maximization for optical flow.
Inside `self.objective_scipy(x, events, coarser_motion),` you
- …
-
When Forward Warp is performed specifically, the optical flow from I0 to It and I1 to It in the current or previous layer is used. So why can't we predict the optical flow from I0 and I1 to It directl…
-
Thank you very much for your work. For the optical flow dataset, how can the finally generated mask_DPS and mask_PPF be converted into masks or valid images that can be used in optical flow model trai…
-
First of all, thank you for your impressive work. I’ve been searching for methods that can provide accurate dense depth maps (which is why I believe FlowMap is significantly superior to colmap). It se…
-
I have dot (and other OF repos) exporting flow data as 32-bit EXR STMaps for use in visual effects.
https://www.linkedin.com/posts/ericlevy_my-little-optical-flow-project-is-coming-activity-7231701…
-
Could you please provide the files for extracting RGB, optical flow, and audio features?
-
## Bug report
- AirSim Version/#commit: Windows 1.6.0/ Binary 1.7.0
- UE/Unity version: 4.27.2
- autopilot version: ComputerVision
- OS Version: Windows 10
### What's the issue y…
-
Thanks for your work!
The softmax-splatting is used for forward warping. Since both forward and backward warping need to estimate the optical flow for VFI, what is the advantage of using forward warp…