Yujin
Yujin
@WorldBestGaming 您好,请问你的nan问题是如何解决,我遇到了这个问题“ValueError: invalid literal for int() with base 10: 'nan'”。
Sorry for the confusion. I’m working on image warping using rendered optical flow, but I’m uncertain whether the rendered optical flow represents the motion from the current frame to the...
Thank you, I am looking forward to your good news. Is the optical flow in the current version forward optical flow? And is the rendered optical flow accurate?
I use UE5 as my dev, I find the render optical flow just `rg` channel has value, does that mean it is forward optical flow? And is the rendered optical...
Thank you! If there are any plans to support generating backward optical flow with UE5, please let me know.
Hello, I noticed that the all values of the rendered optical flow (EXR) are quite small, typically less than 1.0. How should these values be properly scaled? For instance, should...
The visualized optical flow appears correct, as the [flow_vis.flow_to_color() ](https://github.com/tomrunia/OpticalFlow_Visualization/blob/master/flow_vis/flow_vis.py) function scales the flow appropriately when converting it to an RGB image.