Skip to content

Commit

Permalink
Add licensing information
Browse files Browse the repository at this point in the history
  • Loading branch information
michal-hradis committed Mar 29, 2017
1 parent 3897f42 commit f9328ff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,3 +176,8 @@ The JSON files contain these values for frames and pernsons (not all information
* `[frame_id][face_id]['head_pose']` -- Head pose represented as rotation vector [rot)x, rot_y, rot_z] -- see https://en.wikipedia.org/wiki/Rodrigues%27_rotation_formula or http://docs.opencv.org/2.4/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#void Rodrigues(InputArray src, OutputArray dst, OutputArray jacobian)
* `[frame_id][face_id]['landmarks']` -- 68 facial landmarks [x,y] -- see https://cdn-images-1.medium.com/max/800/1*AbEg31EgkbXSQehuNJBlWg.png

Licenses:
=========
* The main module: BSD-2-Clause https://opensource.org/licenses/BSD-2-Clause
* Licences for submodules and dependencies: Boost Software License, 3-clause BSD License, ...

0 comments on commit f9328ff

Please sign in to comment.