Jackoabaad commited on
Commit
55196fc
·
1 Parent(s): 4c11400

Update Readme

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md CHANGED
@@ -9,5 +9,44 @@ app_file: app.py
9
  pinned: false
10
  license: other
11
  ---
 
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
9
  pinned: false
10
  license: other
11
  ---
12
+ # NeRF with Dolly Zoom
13
 
14
+ This repository contains code for rendering novel views with a dollyzoom effect using NeRF.
15
+
16
+ ## Requirements
17
+
18
+ * Python 3.8+
19
+ * PyTorch 1.10+
20
+ * Nerf
21
+
22
+ ## Installation
23
+
24
+ pip install -r requirements.txt
25
+
26
+
27
+ ## Usage
28
+
29
+ python render.py
30
+
31
+
32
+ This will render a novel view with a dollyzoom effect and save it to the file `novel_view.png`.
33
+
34
+ ## References
35
+
36
+ * [NeRF: Representing Scenes as Neural Radiance Fields](https://arxiv.org/abs/2003.08934)
37
+ * [nerf](https://github.com/bmild/nerf)
38
+
39
+ ## Images
40
+
41
+ ![Dollyzoom effect](images/dollyzoom.png)
42
+
43
+ This image shows the dollyzoom effect. The camera is zooming out while moving towards the object.
44
+
45
+ ## How to use
46
+
47
+ 1. Clone this repository.
48
+ 2. Install the requirements.
49
+ 3. Run the `render.py` script.
50
+
51
+ The rendered view will be saved to the file `novel_view.png`.
52
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference