Hello,
I was exploring the OneVision-Encoder repository and noticed a potential missing file. In tools/tools_for_hevc/step1_offline_preprocess.py, there is an import statement:
from dataloader.data_decord_video import dali_dataloader
However, after searching through the repository, I was unable to locate the dataloader/data_decord_video.py file. Could you clarify if this file is missing from the public release?
Additionally, I would like to confirm if this module is responsible for sampling 64 frames for preprocessing.
Thank you for your time and assistance!