mirror of
https://github.com/graphdeco-inria/gaussian-splatting
synced 2024-11-22 08:18:17 +00:00
Better tree
This commit is contained in:
parent
d29178568e
commit
62ec34c9fd
14
README.md
14
README.md
@ -380,9 +380,9 @@ Our rasterization requires a SIMPLE_PINHOLE or PINHOLE camera model for COLMAP d
|
|||||||
```
|
```
|
||||||
<location>
|
<location>
|
||||||
|---input
|
|---input
|
||||||
| |---<image 0>
|
|---<image 0>
|
||||||
| |---<image 1>
|
|---<image 1>
|
||||||
| |---...
|
|---...
|
||||||
```
|
```
|
||||||
If you have COLMAP and ImageMagick on your system path, you can simply run
|
If you have COLMAP and ImageMagick on your system path, you can simply run
|
||||||
```shell
|
```shell
|
||||||
@ -398,10 +398,10 @@ If you have your own COLMAP dataset without undistortion (e.g., using ```OPENCV`
|
|||||||
| |---<image 1>
|
| |---<image 1>
|
||||||
| |---...
|
| |---...
|
||||||
|---distorted
|
|---distorted
|
||||||
| |---sparse
|
|---database.db
|
||||||
| | |---0
|
|---sparse
|
||||||
| | | |---...
|
|---0
|
||||||
| |---database.db
|
|---...
|
||||||
```
|
```
|
||||||
Then run
|
Then run
|
||||||
```shell
|
```shell
|
||||||
|
Loading…
Reference in New Issue
Block a user