From eaca64a1d539d3726038b5be717d0412565d6d83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= <thomas94@gmx.net> Date: Sat, 15 Jan 2022 09:24:48 +0100 Subject: [PATCH] Add credits for the factory robot scene --- README.md | 2 +- docs/index.html | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 966b423..e09ae8a 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ Happy hacking! # Thanks -Many thanks to [Jonathan Tremblay](https://research.nvidia.com/person/jonathan-tremblay) and [Andrew Tao](https://developer.nvidia.com/blog/author/atao/) for testing early versions of this codebase. +Many thanks to [Jonathan Tremblay](https://research.nvidia.com/person/jonathan-tremblay) and [Andrew Tao](https://developer.nvidia.com/blog/author/atao/) for testing early versions of this codebase and to Arman Toornias and Saurabh Jain for the factory robot dataset. This project makes use of a number of awesome open source libraries, including: * [tiny-cuda-nn](https://github.com/NVlabs/tiny-cuda-nn) for fast CUDA MLP networks diff --git a/docs/index.html b/docs/index.html index 16ad2a1..fe313e9 100644 --- a/docs/index.html +++ b/docs/index.html @@ -516,6 +516,8 @@ figure { <br/> <em>Lucy</em> model from the <a href="http://graphics.stanford.edu/data/3Dscanrep/">Stanford 3D scan repository</a> <br/> + <em>Factory robot dataset by Arman Toornias and Saurabh Jain.</em> + <br/> <em>Disney Cloud</em> model by Walt Disney Animation Studios. (<a href="https://media.disneyanimation.com/uploads/production/data_set_asset/6/asset/License_Cloud.pdf">CC BY-SA 3.0</a>) <br/> <em>Bearded Man</em> model by Oliver Laric. (<a href="https://creativecommons.org/licenses/by-nc-sa/3.0/">CC BY-NC-SA 3.0</a>) -- GitLab