Update README.md
This commit is contained in:
parent
ff2f798218
commit
fe0ecc95c9
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ Codebase for arXiv preprint:
|
||||||
* Put the data in the sub-folder data/ of this code directory.
|
* Put the data in the sub-folder data/ of this code directory.
|
||||||
* Data format.
|
* Data format.
|
||||||
* Each scene consists of 3 splits: train/test/validation.
|
* Each scene consists of 3 splits: train/test/validation.
|
||||||
* Intrinsics and poses are stored as flattened 4x4 matrices (row-major); poses are camera-to-world, not world-to-camera transformations.
|
* Intrinsics and poses are stored as flattened 4x4 matrices (row-major).
|
||||||
|
* Poses are camera-to-world, not world-to-camera transformations.
|
||||||
* Opencv camera coordinate system is adopted, i.e., x--->right, y--->down, z--->scene.
|
* Opencv camera coordinate system is adopted, i.e., x--->right, y--->down, z--->scene.
|
||||||
* To convert camera poses between Opencv and Opengl conventions, the following snippet can be used for both Opengl2Opencv and Opencv2Opengl.
|
* To convert camera poses between Opencv and Opengl conventions, the following snippet can be used for both Opengl2Opencv and Opencv2Opengl.
|
||||||
```python
|
```python
|
||||||
|
|
Loading…
Reference in a new issue