JiahuiLei / GART

GART: Gaussian Articulated Template Models
https://www.cis.upenn.edu/~leijh/projects/gart/
MIT License
243 stars 12 forks source link

May I know how to get the LPIPS* score? #15

Open Misa-XU opened 4 months ago

Misa-XU commented 4 months ago

Hi, thanks for the excellent work. In the Table 3. of your paper, you used "LPIPS" (with a star) as a metric instead of normal "LPIPS" (which is usually zero point something), may I know how to calculate the "LPIPS" score? Thanks image

JiahuiLei commented 2 months ago

Sorry for this confusion, this LPIPS* just means the lpips is multiplied by 1000, we use the same networks with instant-avatar for people snapshot and with instant-nvr on zju, and the evaluation codes are strictly copied from their code, which ensures that the lpips computation is within the same network (alex or vgg).