Skip to content

[fix] fix image pipeline handling of missing decoded feature tensor hash - #37

Merged
fracape merged 1 commit into
InterDigitalInc:mainfrom
sarhakor:fix_decoded_feature_tensor_hash
Aug 10, 2026
Merged

[fix] fix image pipeline handling of missing decoded feature tensor hash#37
fracape merged 1 commit into
InterDigitalInc:mainfrom
sarhakor:fix_decoded_feature_tensor_hash

Conversation

@sarhakor

Copy link
Copy Markdown
Contributor

A runtime error occurs in the image pipeline when the decoded feature tensor hash is not present.

The FCTM decoder returns None for decoded_feature_tensor_hash when the corresponding SEI message is disabled or absent. Although the video pipeline already handles this case by checking that the value is not None, the equivalent check was missing from the image pipeline. As a result, the image pipeline attempted to evaluate membership against None, raising a TypeError.

@fracape fracape self-assigned this Aug 10, 2026
@fracape
fracape merged commit 67d5ca3 into InterDigitalInc:main Aug 10, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants