Skip to content

JVET-AD0163: Updating NNPFC and NNPFA SEI messages for the NNPF

This MR includes the inference code changes related to JVET-AD0163.

The NNPFC and NNPFA SEI messages are updated according to JVET-AC2032. The inference now makes use of the syntax elements to deploy the NNPF.

The output of the postProcessingFilter(...) method is expected to be the full final tensor (without extra samples to the left, right, etc.). Hence, the SADL models also need to be updated as they don't include such ops in the current version neither the final residual connection. This part will be added in another MR.

Currently SADL supports slicing only on the last dimension. Therefore, another MR has been created to extend the slicing to the width and height dimensions: sadl!16 (merged)

Merge request reports