Error on Multiview-Consistency
When I test this feature, I'm getting match_inter==0 in VBench/VBench-2.0/vbench2/third_party/Dense_match/PatchAutoEvaluate.py, and I find that interval_num is very large. There is only 81 frames in my video, and the interval_num is 60, so matching cannot be computed. Is this correct?
This issue only occurs if your video meets all of the following conditions at the same time: very slow motion (i.e., small optical flow), low FPS, and a limited number of frames. In our current evaluation methods, we have not encountered this problem before. To accommodate your testing requirements, we have updated our handling of this specific exception. Please check the file: VBench/VBench-2.0/vbench2/third_party/Dense_match/PatchAutoEvaluate.py.