|
|
@@ -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
|
|
|
+#
|
|
|
+
|
|
|
import torch
|
|
|
import numpy as np
|
|
|
from utils.general_utils import inverse_sigmoid, get_expon_lr_func, build_rotation
|