📄 Add license and copyright
This commit is contained in:
parent
8733d9e125
commit
aa6d8191e5
1 changed files with 10 additions and 1 deletions
11
main.py
11
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 <otthorn@crans.org>
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
#
|
||||
###############################################################################
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
|
Loading…
Reference in a new issue