From a55c98821dc7534a306d6530e46e3a6799804602 Mon Sep 17 00:00:00 2001 From: Solal Nathan Date: Tue, 23 Feb 2021 09:29:09 +0100 Subject: [PATCH] :memo: beautify origianl repository link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f79d251..45a7cfd 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # NeRF Tutorial This example code is largely inspried from the Jupyter Notebook given by -https://github.com/facebookresearch/pytorch3d/blob/master/docs/tutorials/fit_simple_neural_radiance_field.ipynb +[the pytorch repository](https://github.com/facebookresearch/pytorch3d/blob/master/docs/tutorials/fit_simple_neural_radiance_field.ipynb). It has been adapted to be ran inside a python sheel and not a jupyer notebook. It is GPU only, there is support for CPU.