Skip to content

Commit 1dada54

Browse files
authored
fix README.md typos
1 parent 6e67ae3 commit 1dada54

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ COS renders frames from random views on a sphere while looking at its center, wi
5050

5151
## How to use the add-on
5252

53-
The add-on properties panel is available under `3D View > N panel > BlenderNeRF` (The N panel is accessible under the 3D viewport when pressing *N*). All 3 methods (**SOF**, **TTC** and **COS**) share a common tab called `Blender x NeRF shared UI`, which appears per default at the top of add-on panel. The shared tab contains the below listed controllable properties.
53+
The add-on properties panel is available under `3D View > N panel > BlenderNeRF` (the N panel is accessible under the 3D viewport when pressing *N*). All 3 methods (**SOF**, **TTC** and **COS**) share a common tab called `Blender x NeRF shared UI`, which appears per default at the top of the add-on panel. The shared tab contains the below listed controllable properties.
5454

5555
* `Train` (activated by default) : whether to register training data (camera information + renderings)
5656
* `Test` (activated by default) : whether to register testing data (camera information only)
@@ -61,9 +61,9 @@ The add-on properties panel is available under `3D View > N panel > BlenderNeRF`
6161

6262
`AABB` is restricted to be an integer power of 2, and defines the side length of the bounding box volume in which NeRF will trace rays. The property was introduced in *NVIDIA's [Instant NGP](https://github.com/NVlabs/instant-ngp)* version of NeRF, which is currently the only supported version. Future releases of this add-on might support different versions.
6363

64-
Notice that each method has a `Name` property (by default set to *dataset*), which corresponds to the name of the dataset and ZIP file that will be created for the respective method. Each method can set a different dataset name, without affecting the `Name` properties of the other methods. Please avoid using unsupported characters (such as spaces, #, or /), as those characters will all be replaced by an underscore.
64+
Notice that each method has its separate distinctive `Name` property (by default set to *dataset*), which corresponds to the name of the dataset and ZIP file that will be created for the respective method. Customizing the dataset name for one method will not affect the other method's `Name` properties. Please avoid using unsupported characters (such as spaces, #, or /), as those characters will all be replaced by an underscore.
6565

66-
Below are described the properties specific to each method (the `Name` property is left out, as discussed above).
66+
Below are described the properties specific to each method (the `Name` property is left out, as already discussed above).
6767

6868
### How to SOF
6969

0 commit comments

Comments
 (0)