menpo / landmarker.io

Image and mesh annotation web application
https://www.landmarker.io
BSD 3-Clause "New" or "Revised" License
114 stars 21 forks source link

WIP: Handle occlusion and the 'visible' key in ljsonv3 #137

Open gabrielcowley opened 7 years ago

gabrielcowley commented 7 years ago

_This PR has a staging branch, which means a production build of this branch exists and can be launched. Click here to preview this PR._

This PR handles the 'visible' key that may be present in ljsonv3. The ljsonv3 spec can be found here: https://github.com/menpo/landmarker.io/wiki/LEP-0001:-LJSON-v3

Occlusion is included in saved ljson files and can be toggled for each landmark by pressing 'o' on the keyboard. Occluded landmarks appear as red on the template grid.

This PR is to be merged after the ljsonv3 PR: https://github.com/menpo/landmarker.io/pull/136