Skip to content

The saved pictures pf DCVC-FM have obvious color differences. #85

Description

@QIN921

I try to save the decoded frame of DCVC-FM of run_one_point_fast, so I add the code below:
recon_writer = PNGWriter(args['bin_folder'], args['src_width'], args['src_height'])
and

if save_decoded_frame:
                yuv_rec = x_hat.squeeze(0).cpu().numpy()
                rgb = ycbcr444_to_rgb(yuv_rec[:1, :, :], yuv_rec[1:, :, :])
                recon_writer.write_one_frame(rgb=rgb, src_format='rgb')

The metrics of saved json is as the paper report, but the result have obvious color differences and a 8dB PSNR drop.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions