ztd
Results
3
comments of
ztd
The video path is not right. You can replace the "test_vids" with "input_video".
> I did some modifications to predict next day price only. I run the inference every day instead of predicting multiple days ahead. So far it's accuracy is 67% (14/21)...
代码没错,应该是你对逆向光流的理解错了,逆向光流本来就是为了在迭代过程中不用更新J和H,只需要更新error和b,加快运算,具体实现可以看引用的文献或者opencv的源码,也是用了类似的思想