From fe0ecc95c9c9759abd9f079372a3cae3f2dfc28e Mon Sep 17 00:00:00 2001 From: Kai Zhang Date: Thu, 15 Oct 2020 01:21:49 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 876a6df..8046127 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ 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 (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. * To convert camera poses between Opencv and Opengl conventions, the following snippet can be used for both Opengl2Opencv and Opencv2Opengl. ```python