mirror of
https://github.com/graphdeco-inria/gaussian-splatting
synced 2025-04-06 14:05:02 +00:00
test
test
This commit is contained in:
parent
9e0c55828a
commit
312ec3a8f6
2
train.py
2
train.py
@ -119,7 +119,7 @@ def training(dataset, opt, pipe, testing_iterations, saving_iterations, checkpoi
|
||||
alpha_mask = viewpoint_cam.alpha_mask.cuda()
|
||||
image *= alpha_mask
|
||||
|
||||
# Loss
|
||||
# Loss test
|
||||
gt_image = viewpoint_cam.original_image.cuda()
|
||||
Ll1 = l1_loss(image, gt_image)
|
||||
if FUSED_SSIM_AVAILABLE:
|
||||
|
Loading…
Reference in New Issue
Block a user