-
INFO Input loaded: video_duration=1222987
Traceback (most recent call last):
File "D:\Win10Workstation\LoopKiller\video_loop_finder.py", line 654, in
vlf = VideoLoopFinder(
File "D:\Wi…
-
##### System information (version)
- OpenCV => 4.8
- Operating System / Platform => ubuntu 20.04
##### Detailed description
compile error
/home/sharedata/opencv_contrib-4.8.0/modules/cudao…
-
Im getting the following error in this line
`
flow = cv2.calcOpticalFlowFarneback(prevgray, gray, 0.5, 5, 15, 3, 5, 1.1, cv2.OPTFLOW_FARNEBACK_GAUSSIAN)`
> Error:
> flow = cv2.calcOpticalFlowF…
-
Ch9
farnebackTracker.cpp
// Calculate optical flow map using Farneback algorithm
calcOpticalFlowFarneback(prevGray, curGray, flowImage, pyrScale, numLevels, windowSize, numIterations, neighborh…
-
In processing the Doxygen, a few UTF-8 characters where detected and required special handling on with one system configuration. Are non-ASCII character allows for ITK style?
$ grep --color='auto…
-
Hi Georgy,
I found out that in the latest version(s) of cv2, the creatOptFlow attributes are no longer part of cv2.optflow, but of the main branch of cv2, so:
```
# calculate dense flow
…
-
I hope to use PWC-Net extract optflow because dense-flow is too slow. But when I use PWC-Net optflow to train model, the acc is below 70%. And I also try farneback(t=0) instead tvl1(t=1) when use den…
-
First, just a note about a message when start lives from a terminal, about an invalid effect:
```
# lives
LiVES 3.2.1-pre
Copyright 2002 - 2021 Gabriel Finch (salsaman+lives@gmail.com) and oth…
-
It takes me 4 seconds per 331x331 image. That's significantly slower than the 0.06 seconds Zisserman reports in the original two stream paper. Can i make this code work on the GPU somehow? Or do you k…
-
- replace Farneback with the filter-based approach should deliver superior performance; calculating the pendant to the inlier ratio should not be necessary as confidence values _should_ be obtained pe…