James Booth
James Booth
It would be extremely useful if wrapt functions were serializable in some way. Although pickle support is unlikely given that pickle doesn't even handle undecorated functions, I hoped the more...
Had a little hack this morning to try and add Open Graph tags to HackerWeb so that you would get rich previews when sharing hackerweb links with others (I often...
migrated from https://github.com/menpo/menpo/issues/331. There is an undocumented restriction on the domain of the `d_dx` function on `DifferentiablePiecewiseAffine` - namely that it only works when the input points are equal to...
This PR ports over menpofit's doc generation code to menpo3d. This doesn't include rst files - to generate them: ```py cd docs pip install sphinx sphinx_rtd_theme sphinxmapxrefrole python ./generate_rst.py ```...
Have this in my jabphd repo - basic use case is you need to render out a whole load of similar meshes with same camera setup: ``` python fig =...
CGAL seems like a pretty solid library for performing lots of geometric tasks. It's like VTK, but purely focused on accurate computation. For instance, they have a nice efficient surface...
See https://github.com/menpo/menpo/issues/392 for original discussion
Sometimes it's desirable to convert a Shape to a simpler or more sophisticated type. For instance, you may wish to visualize just the verticies in a `TriMesh` (or subclass). This...
This PR adds two things: 1. Adds a convenience constructor to `PCAModel` that allows for instantiation of this class from a pre-existing data matrix (as built using `as_matrix()` on an...
This will be used to download large assets on demand by subprojects.