menpo / menpo

A statistical modelling toolkit, providing all the tools required to build, fit, visualize, and test deformable models.
http://www.menpo.org
BSD 3-Clause "New" or "Revised" License
324 stars 84 forks source link

Print standardization #308

Open jalabort opened 10 years ago

jalabort commented 10 years ago

While trying to overload the __str__ methods of Fitters and FittingResults I have observed that the way in which Menpo objects are printed is not very consistent. For example the way in which Affine transforms and Images print their information is very different.

Should we try to define some sort of standard for this?

jabooth commented 10 years ago

I think this would be useful, not super high priority though