haochen-rye / HNeRV

Official Pytorch implementation for HNeRV: a hybrid video neural representation (CVPR 2023)
https://haochen-rye.github.io/HNeRV/
109 stars 14 forks source link

About the ppp metric computation #3

Closed YuhaoCheng closed 1 year ago

YuhaoCheng commented 1 year ago

Thanks for your great work in representing the video.

I notice that you use the pixel-for-pixel (PPP) to measure the compactness of the model; however, as a result, that I'm a freshman in this area, and I'm confused about how to compute the PPP. So would you mind explaining more about this metric, or directly updating the code to compute this metric? I would appreciate it if you could do these.

Thanks for your time again.

haochen-rye commented 1 year ago

Sorry for the late reply. Will update the code to include PPP computation. For the PPP definition, I use parameter per pixel to evaluate the efficiency of implicit representation, which is HNeRV_parameters / video_pixel_num.

YuhaoCheng commented 1 year ago

Thanks for your kind reply, and it's helpful. I am looking forward to your update.