Skip to content

Commit

Permalink
add authors
Browse files Browse the repository at this point in the history
  • Loading branch information
19reborn committed Aug 15, 2023
1 parent 2f6d347 commit e5786dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 24 deletions.
14 changes: 1 addition & 13 deletions include/neural-graphics-primitives/nerf_network.h
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
/*
* Copyright (c) 2021-2022, NVIDIA CORPORATION. All rights reserved.
*
* NVIDIA CORPORATION and its licensors retain all intellectual property
* and proprietary rights in and to this software, related documentation
* and any modifications thereto. Any use, reproduction, disclosure or
* distribution of this software and related documentation without an express
* license agreement from NVIDIA CORPORATION is strictly prohibited.
*/

/** @file nerf_network.h
* @author Thomas Müller, NVIDIA
* @brief A network that first processes 3D position to density and
* subsequently direction to color.
* @author Yiming Wang <w752531540@gmail.com>
*/

#pragma once
Expand Down
12 changes: 1 addition & 11 deletions src/testbed_nerf.cu
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
/*
* Copyright (c) 2020-2022, NVIDIA CORPORATION. All rights reserved.
*
* NVIDIA CORPORATION and its licensors retain all intellectual property
* and proprietary rights in and to this software, related documentation
* and any modifications thereto. Any use, reproduction, disclosure or
* distribution of this software and related documentation without an express
* license agreement from NVIDIA CORPORATION is strictly prohibited.
*/

/** @file testbed_nerf.cu
* @author Thomas Müller & Alex Evans, NVIDIA
* @author Yiming Wang <w752531540@gmail.com>
*/

#include <neural-graphics-primitives/adam_optimizer.h>
Expand Down

0 comments on commit e5786dc

Please sign in to comment.