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 e5786dc commit fda7696
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 173 deletions.
92 changes: 0 additions & 92 deletions .devcontainer/Dockerfile

This file was deleted.

18 changes: 0 additions & 18 deletions .devcontainer/README.md

This file was deleted.

14 changes: 0 additions & 14 deletions .devcontainer/devcontainer.json

This file was deleted.

26 changes: 0 additions & 26 deletions .devcontainer/docker-compose.yml

This file was deleted.

4 changes: 4 additions & 0 deletions include/neural-graphics-primitives/common_operation.cuh
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/** @file common_operation.h
* @author Yiming Wang <w752531540@gmail.com>
*/

#pragma once

#include <tiny-cuda-nn/common.h>
Expand Down
13 changes: 2 additions & 11 deletions include/neural-graphics-primitives/testbed.h
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
/*
* 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.h
* @author Thomas Müller & Alex Evans, NVIDIA
* @author Yiming Wang <w752531540@gmail.com>
*/


#pragma once

#include <neural-graphics-primitives/adam_optimizer.h>
Expand Down
4 changes: 4 additions & 0 deletions include/neural-graphics-primitives/transform_network.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/** @file transform_network.h
* @author Yiming Wang <w752531540@gmail.com>
*/

#pragma once

#include <tiny-cuda-nn/common.h>
Expand Down
5 changes: 5 additions & 0 deletions scripts/pytorch3d_utils.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
'''
@file pytorch3d_utils.py
@author Yiming Wang <w752531540@gmail.com>
'''

import pytorch3d
import torch
import trimesh
Expand Down
4 changes: 4 additions & 0 deletions src/rotation.cu
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/** @file rotation.cu
* @author Yiming Wang <w752531540@gmail.com>
*/

#include <tiny-cuda-nn/common.h>
#include <tiny-cuda-nn/gpu_matrix.h>
#include <tiny-cuda-nn/gpu_memory.h>
Expand Down
12 changes: 1 addition & 11 deletions src/testbed.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.cu
* @author Thomas Müller & Alex Evans, NVIDIA
* @author Yiming Wang <w752531540@gmail.com>
*/

#include <neural-graphics-primitives/common.h>
Expand Down
1 change: 0 additions & 1 deletion tools/data_format_from_neus.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import json
from os.path import join
import numpy as np
Expand Down

0 comments on commit fda7696

Please sign in to comment.