Skip to content

Commit

Permalink
move lpips in metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
bouchardi committed Mar 19, 2024
1 parent 2bfcee3 commit a625f4c
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion scripts/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from PIL import Image
from tqdm import tqdm

from gaussian_splatting.lpipsPyTorch import lpips
from gaussian_splatting.metrics.lpipsPyTorch import lpips
from gaussian_splatting.utils.image import psnr
from gaussian_splatting.utils.loss import ssim

Expand Down

0 comments on commit a625f4c

Please sign in to comment.