Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Clarification on Intra-frame (I-frame) interval in data preprocessing

オープン
#112 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
35/100
issue の種類
ドキュメント
明瞭さ
説明が足りない
活発さ
静か
技術スタック
python

調査の方向性

Start by reading tools/tools_for_hevc/step3_generate_video_mv_residual_index.py and trace how it handles full frames and frame indices. Check the HEVC encoding/GOP assumptions referenced in the issue; done means documenting whether a fixed I-frame interval exists, whether processing relies on GOP structure, and how that affects training-data alignment.

索引モデルが issue の本文から書いたものです。

説明

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!

主要言語
Python
スター
400
フォーク
20
PR マージ指標
30日以内にマージされた PR はありません

環境構築

このプロジェクトの環境構築ファイルはまだ確認していません。まず README を読み、一般的な手順ははじめてのコントリビューションガイドを参照してください。

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

EvolvingLMMs-Lab/OneVision-Encoder のほかの issue

EvolvingLMMs-Lab/OneVision-Encoder の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。