Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
peteanderson80 committed Nov 10, 2017
1 parent 43542e1 commit e0f453c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
*.out
*.zip
/tasks/R2R/data/*.json
/tasks/R2R/data/*_vocab.txt
4 changes: 2 additions & 2 deletions connectivity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Connectivity graphs indicating the navigable paths between viewpoints in each sc

Each json file contains an array of annotations, one for each viewpoint in the scan. All annotations share the same basic structure as follows:

```json
```
{
"image_id": str,
"pose": [float x 16],
Expand All @@ -22,4 +22,4 @@ Each json file contains an array of annotations, one for each viewpoint in the s

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.
3 changes: 3 additions & 0 deletions scripts/precompute_img_features.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env python

''' Script to precompute image features using a Caffe ResNet CNN, using 36 discretized views
at each viewpoint in 30 degree increments, and the provided camera WIDTH, HEIGHT
and VFOV parameters. '''

import numpy as np
import cv2
Expand Down

0 comments on commit e0f453c

Please sign in to comment.