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

inbuilt templates #102

Open jabooth opened 9 years ago

jabooth commented 9 years ago

landmarker.io should ship with all the templates that menpo knows about:

https://github.com/menpo/menpo/blob/master/menpo/landmark/labels.py

This will heavily reduce the need for users to write there own templates.

It would be nice if the user was able to download a copy of any inbuilt template too, so they can tweak a template to their own needs.

jabooth commented 9 years ago

dependent on https://github.com/menpo/menpo/issues/616

lirsacc commented 9 years ago

Download of templates is available for any backend which loads them as Template objects (i.e not the landamrker server). All it has to do is expose a downloadTemplate function which takes the name of the template as it's first argument