Skip to content

Commit

Permalink
Update MODELS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jabooth authored Apr 20, 2017
1 parent 3920062 commit 884e7e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MODELS.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ Cropped facial models (those ending in `_croped.mat`) have an additional two fie

| Key | Datatype | Interpretation |
|------|----------|----------------|
|`map_cropped_to_full`| Integer array of shape `(n_cropped_vertices,)` | `i`'th value encodes the matching vertex index in the full model for the `i`'th vertex of the cropped model
|`map_full_to_cropped`| Integer array of shape `(n_full_vertices,)` | `j`'th value encodes the matching vertex index in the cropped model for the `j`'th vertex of the full model. Where no mapping exists, `-1` is set.
|`map_cropped_to_full`| Integer array of shape `(n_cropped_vertices,)` | `i`'th value encodes the matching vertex index (`0`-based) in the full model for the `i`'th vertex of the cropped model
|`map_full_to_cropped`| Integer array of shape `(n_full_vertices,)` | `j`'th value encodes the matching vertex index (`0`-based) in the cropped model for the `j`'th vertex of the full model. Where no mapping exists, `-1` is set.


## Loading LSFM models with Menpo
Expand Down

0 comments on commit 884e7e6

Please sign in to comment.