google / mipnerf

Apache License 2.0
894 stars 109 forks source link

Why LPIPS evaluation is removed? #14

Open skynbe opened 2 years ago

skynbe commented 2 years ago

I would like to know if there is any problem in evaluating LPIPS.

jonbarron commented 2 years ago

LPIPS evaluation required calling out to TensorFlow Hub, and that caused a breakage in the code at some point. Instead of fixing the breakage we thought it would be easier to just delete the problematic code, especially since LPIPS seemed to be strongly correlated with SSIM. You can try to undo the old PR, the issue with TF-hub might be fixed by now.