Update README.md

master
Kai Zhang 4 years ago committed by GitHub
parent fb9ff00b2c
commit ff2f798218
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,7 +9,7 @@ Codebase for arXiv preprint:
* Put the data in the sub-folder data/ of this code directory.
* Data format.
* Each scene consists of 3 splits: train/test/validation.
* Intrinsics and poses are stored as flattened 4x4 matrices; poses are camera-to-world.
* 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.
* To convert camera poses between Opencv and Opengl conventions, the following snippet can be used for both Opengl2Opencv and Opencv2Opengl.
```python

Loading…
Cancel
Save