@@ -1 +1 @@
-Subproject commit 71ced0023fd0c0aaaa83bb1ab32bce1d4ed630c7
+Subproject commit 3c35b80b65fdfca4ba580a6d7d11e9a8ede29f8a
@@ -1,3 +1,14 @@
+#
+# Copyright (C) 2023, Inria
+# GRAPHDECO research group, https://team.inria.fr/graphdeco
+# All rights reserved.
+# This software is free for non-commercial, research and evaluation use
+# under the terms of the LICENSE.md file.
+# For inquiries contact george.drettakis@inria.fr
+
from argparse import ArgumentParser, Namespace
import sys
import os
from argparse import ArgumentParser
import shutil
import torch
import math
from diff_gaussian_rasterization import GaussianRasterizationSettings, GaussianRasterizer
import traceback
import socket
from pathlib import Path
from PIL import Image
from scene import Scene
import random
import json
from torch import nn
import numpy as np
import collections
import struct
from utils.general_utils import inverse_sigmoid, get_expon_lr_func, build_rotation
-Subproject commit 3a07ac2e39b9ba7043ffc8bb98397c3ba6e2532d
+Subproject commit 4aedd8226f7257935891049f5a378b0e21d0aa37
-Subproject commit 76eff30b1533718fe652799729203821b7f54d73
+Subproject commit 10b4e40c4e73330ceb1adcb3bae4a494e7d3b9c1
from random import randint
from scene.cameras import Camera
from utils.general_utils import PILtoTorch
from datetime import datetime
def mse(img1, img2):
import torch.nn.functional as F
from torch.autograd import Variable
from errno import EEXIST
from os import makedirs, path