Visual Mesh 2.0.1
This is a minor bugfix release
- Ran Include What You Use over the codebase and fixed a number of include related issues
- Properly disables OpenCL when it is disabled manually (rather than just not found)
- Manually find and set the preferred workgroup size in OpenCL
- Cached more of the memory creation operations in OpenCL to improve the performance further
- Fixed the Rectilinear projection model so that it does not project rays that are coming from behind the camera
- Dumped training history to YAML rather than a python pickle
- Changed the mesh lookup signature to match the VisualMesh class