Skip to content

Commit

Permalink
connectivity readme
Browse files Browse the repository at this point in the history
  • Loading branch information
peteanderson80 committed Nov 10, 2017
1 parent 98e75bc commit 8a4860c
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions connectivity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ Each json file contains an array of annotations, one for each viewpoint in the s

```
{
"image_id": str,
"pose": [float x 16],
"included": boolean,
"visible": [boolean x num_viewpoints],
"unobstructed": [boolean x num_viewpoints],
"height": float
"image_id": str,
"pose": [float x 16],
"included": boolean,
"visible": [boolean x num_viewpoints],
"unobstructed": [boolean x num_viewpoints],
"height": float
}
```
- image_id: matterport skybox prefix
- pose: 4x4 matrix in row major order that transforms matterport skyboxes to global coordinates (z-up).
- included: whether viewpoint is included in the simulator. Some overlapping viewpoints are excluded.
- visible: indicates other viewpoints that can be seen from this viewpoint.
- unobstructed: indicates transitions to other viewpoints that are considered navigable for an agent.
- height: estimated height of the viewpoint above the floor. Not required for the simulator.
- `image_id`: matterport skybox prefix
- `pose`: 4x4 matrix in row major order that transforms matterport skyboxes to global coordinates (z-up). Pose matrices are based on the assumption that the camera is facing skybox image 3.
- `included`: whether viewpoint is included in the simulator. Some overlapping viewpoints are excluded.
- `visible`: indicates other viewpoints that can be seen from this viewpoint.
- `unobstructed`: indicates transitions to other viewpoints that are considered navigable for an agent.
- `height`: estimated height of the viewpoint above the floor. Not required for the simulator.

Units are in metres.

scans.txt contains a list of all the scan ids in the dataset.
`scans.txt` contains a list of all the scan ids in the dataset.

0 comments on commit 8a4860c

Please sign in to comment.