Open cnut1648 opened 2 years ago
Hi @cnut1648,
The video reader operator doesn't support variable frame rate videos. We added a heuristics that should detect this kind of case, still, the heuristic is not 100% accurate and we added an ability to turn it off - skip_vfr_check
.
The next experimental.readers.video
operator supports vfr, still its functionality is rudimentary. You can try it out to see if that helps.
Hi, I am using DALI on NTU RGB D dataset, and for some reasons, my code hangs when reading the avi files, similar to @3312. In @3312 it seems that this issue is related to VFR. But I see that there is a flag
skip_vfr_check
, so I guess now VFR functionality is already incorporated? My code isPlease let me know if I made some mistakes in my code. Thanks!