Skip to content
Snippets Groups Projects

JVET-AI0230 AHG14: Fix for mismatch between encoding and decoding in the NNVC with palette on

Merged Zhengang Li requested to merge Zhengang/vvc-software-vtm:JVET-AI0230-SW into VTM-11.0_nnvc
All threads resolved!

a method is proposed to fix the mismatch problem between encoding and decoding reconstruction by saving the reconstruction samples as prediction samples for palette mode.

Merge request reports

Merge request pipeline #13135 passed

Merge request pipeline passed for 24e4a914

Approval is optional

Merged by Franck GalpinFranck Galpin 7 months ago (Jul 22, 2024 7:04am UTC)

Merge details

  • Changes merged into VTM-11.0_nnvc with 4a6727a6 (commits were squashed).
  • Deleted the source branch.

Pipeline #13170 passed

Pipeline passed for 4a6727a6 on VTM-11.0_nnvc

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Author Contributor

    You are right. The command line I used is as follows.

    enc_cmd="bin/EncoderAppStatic -c cfg/encoder_randomaccess_nnvc.cfg --InputFile=sequences/SlideEditing.yuv -c cfg/per-class/classF.cfg --BitstreamFile=SlideEditing.bin --ReconFile=SlideEditing_rec.yuv --SourceWidth=1280 --SourceHeight=720 --QP=22 --FrameSkip=0 --FramesToBeEncoded=300 --IntraPeriod=32 --FrameRate=30 --InputBitDepth=8 --PLT=1 --NnIntraPred=0 --NnlfOption=3 --TemporalSubsampleRatio=1 --Level=3.1 >> result_SlideEditing.txt 2>&1"

    dec_cmd="bin/DecoderAppStatic -b SlideEditing.bin -o SlideEditing_decrec.yuv --NnlfModelName=models/nnlf_lop3_model_int16.sadl >> result_SlideEditing_dec.txt"

    In addition, the sadl version I use is "sadl-8f2a0707f493cfc5aa8e605096a4dc5f681969fa"

  • Franck Galpin resolved all threads

    resolved all threads

  • Franck Galpin mentioned in commit 4a6727a6

    mentioned in commit 4a6727a6

Please register or sign in to reply
Loading