📄 Add license and copyright

This commit is contained in:
otthorn 2021-02-23 09:37:33 +01:00
parent 8733d9e125
commit aa6d8191e5
1 changed files with 10 additions and 1 deletions

11
main.py
View File

@ -1,6 +1,15 @@
###############################################################################
#
# Inspired from Pytorch3D NeRF Tutorial # Inspired from Pytorch3D NeRF Tutorial
# https://github.com/facebookresearch/pytorch3d/blob/master/docs/tutorials/fit_simple_neural_radiance_field.ipynb # 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 <otthorn@crans.org>
# SPDX-License-Identifier: BSD-3-Clause
#
###############################################################################
import os import os
import sys import sys