YihangChen-ee / HAC

:house: [ECCV 2024] Pytorch implementation of 'HAC: Hash-grid Assisted Context for 3D Gaussian Splatting Compression'
Other
197 stars 11 forks source link

PSNR #15

Open wcjj1236 opened 1 week ago

wcjj1236 commented 1 week ago

Hey, I was wondering how do you calculate for PSNR of some specific dataset, like TanksAndTemple. Do you calculate the average PSNR for all scenes in this dataset or just pick up the best PSNR among train and truck scenes in TanksAndTemple?

YihangChen-ee commented 1 week ago

Hi, we calculate the average PSNR for all scenes. You can refer to the PSNR of each scene in our supplementary materials.