Hi,
I am currently reviewing the data preprocessing pipeline and had a question regarding tools/tools_for_hevc/step3_generate_video_mv_residual_index.py.
Specifically, I noticed that the script does not explicitly define a fixed interval for sampling full frames (Intra-frames). Could you please clarify the following:
Is there a default interval being used (e.g., every 32 or 64 frames)?
Does the script process the video entirely without full-frame sampling, or does it rely on the GOP structure predefined during the HEVC encoding step?
Understanding this sampling frequency is critical for me to align the training data correctly with the model architecture.
Thanks for your help!
Hi,
I am currently reviewing the data preprocessing pipeline and had a question regarding tools/tools_for_hevc/step3_generate_video_mv_residual_index.py.
Specifically, I noticed that the script does not explicitly define a fixed interval for sampling full frames (Intra-frames). Could you please clarify the following:
Is there a default interval being used (e.g., every 32 or 64 frames)?
Does the script process the video entirely without full-frame sampling, or does it rely on the GOP structure predefined during the HEVC encoding step?
Understanding this sampling frequency is critical for me to align the training data correctly with the model architecture.
Thanks for your help!