Skip to content

Commit 8261af5

Browse files
Copilotanxiangsir
andcommitted
Fix spacing issue in comments
Co-authored-by: anxiangsir <31175974+anxiangsir@users.noreply.github.com>
1 parent 15c4f31 commit 8261af5

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

_codeql_detected_source_root

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.

dataloader/hevc_feature_decoder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ def read_first_gop_tensors(self, gop_size=12, need_i_rgb=True, mv_level='L0',
651651
Notes:
652652
- If `across_gops` is True (default), we take the first `gop_size` frames in decode order and IGNORE GOP boundaries.
653653
If False, we stop at the first frame whose `gop_id` changes from 0 (i.e., only the first GOP is considered).
654-
- If `collect_mv_from_all` is True, we also collect MV/RES for frames marked as I-like; otherwiseonly collect MV/RES for non-I frames.
654+
- If `collect_mv_from_all` is True, we also collect MV/RES for frames marked as I-like; otherwise only collect MV/RES for non-I frames.
655655
- Frames beyond `gop_size` are ignored; decoding stops early for speed.
656656
# NOTE: single-ref stream; only L0 MV is used.
657657
"""

dataloader/hevc_feature_decoder_mv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,7 @@ def read_first_gop_tensors(self, gop_size=12, need_i_rgb=True, mv_level='L0',
946946
Notes:
947947
- If `across_gops` is True (default), we take the first `gop_size` frames in decode order and IGNORE GOP boundaries.
948948
If False, we stop at the first frame whose `gop_id` changes from 0 (i.e., only the first GOP is considered).
949-
- If `collect_mv_from_all` is True, we also collect MV/RES for frames marked as I-like; otherwiseonly collect MV/RES for non-I frames.
949+
- If `collect_mv_from_all` is True, we also collect MV/RES for frames marked as I-like; otherwise only collect MV/RES for non-I frames.
950950
- Frames beyond `gop_size` are ignored; decoding stops early for speed.
951951
# NOTE: single-ref stream; only L0 MV is used.
952952
"""

tools/tools_for_hevc/hevc_feature_decoder_mv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,7 @@ def read_first_gop_tensors(self, gop_size=12, need_i_rgb=True, mv_level='L0',
922922
Notes:
923923
- If `across_gops` is True (default), we take the first `gop_size` frames in decode order and IGNORE GOP boundaries.
924924
If False, we stop at the first frame whose `gop_id` changes from 0 (i.e., only the first GOP is considered).
925-
- If `collect_mv_from_all` is True, we also collect MV/RES for frames marked as I-like; otherwiseonly collect MV/RES for non-I frames.
925+
- If `collect_mv_from_all` is True, we also collect MV/RES for frames marked as I-like; otherwise only collect MV/RES for non-I frames.
926926
- Frames beyond `gop_size` are ignored; decoding stops early for speed.
927927
# NOTE: single-ref stream; only L0 MV is used.
928928
"""

0 commit comments

Comments
 (0)