From aa6d8191e5e5221742adf8a925b08d08ef3b9235 Mon Sep 17 00:00:00 2001 From: Solal Nathan Date: Tue, 23 Feb 2021 09:37:33 +0100 Subject: [PATCH] :page_facing_up: Add license and copyright --- main.py | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index b8aef8e..0845d58 100644 --- a/main.py +++ b/main.py @@ -1,6 +1,15 @@ +############################################################################### +# # Inspired from Pytorch3D NeRF Tutorial # https://github.com/facebookresearch/pytorch3d/blob/master/docs/tutorials/fit_simple_neural_radiance_field.ipynb -# Created on 2021-02-22 +# +############################################################################### +# +# Copyright (c) 2021 Solal Nathan +# Author: Solal "Otthorn" Nathan +# SPDX-License-Identifier: BSD-3-Clause +# +############################################################################### import os import sys