TFiFiE
TFiFiE
Why are the differences between virtually indistinguishable colors near pitch black (whose channels in sRGB255 differ by only a few bits) so large in the CAM02 color spaces? I have...
Implement support for "A Perception-based Color Space for Illumination-invariant Image Processing".
http://www.cs.harvard.edu/~sjg/papers/cspace.pdf This is an easily implementable color space that could be a nice addition. The only small problem is that the authors didn't give it a name, so maybe name...
Like gcp/leela-zero#950. Might also want to change this in the Google Colab notebook.
Your [neural net problems](https://neuralnetgoproblems.com) fill a nice niche, but I noticed that in some of them, one just has to take back a ko after a threat-response exchange. I first...
The `till` setting is misleadingly named, because being under `retention`, it would imply that test runs up to the given time are retained rather than deleted or that test runs...
https://github.com/mikedh/trimesh/blob/d8c75b576bf0c6c5c8e263956332b2e50bc2775e/trimesh/scene/cameras.py#L23-L24 **versus:** https://github.com/mikedh/trimesh/blob/d8c75b576bf0c6c5c8e263956332b2e50bc2775e/trimesh/viewer/widget.py#L208-L210 https://github.com/mikedh/trimesh/blob/d8c75b576bf0c6c5c8e263956332b2e50bc2775e/trimesh/viewer/windowed.py#L158-L161 https://github.com/mikedh/trimesh/blob/d8c75b576bf0c6c5c8e263956332b2e50bc2775e/trimesh/viewer/windowed.py#L184-L185 https://github.com/mikedh/trimesh/blob/d8c75b576bf0c6c5c8e263956332b2e50bc2775e/trimesh/viewer/windowed.py#L195-L196 https://github.com/mikedh/trimesh/blob/d8c75b576bf0c6c5c8e263956332b2e50bc2775e/trimesh/viewer/windowed.py#L206-L207 `width, height` is also the order used by [pyglet](https://github.com/pyglet/pyglet): https://github.com/mikedh/trimesh/blob/d8c75b576bf0c6c5c8e263956332b2e50bc2775e/trimesh/viewer/windowed.py#L36 https://github.com/mikedh/trimesh/blob/d8c75b576bf0c6c5c8e263956332b2e50bc2775e/trimesh/viewer/windowed.py#L216 https://github.com/mikedh/trimesh/blob/d8c75b576bf0c6c5c8e263956332b2e50bc2775e/trimesh/viewer/windowed.py#L348-L350 https://github.com/mikedh/trimesh/blob/d8c75b576bf0c6c5c8e263956332b2e50bc2775e/trimesh/viewer/windowed.py#L619-L620 https://github.com/mikedh/trimesh/blob/d8c75b576bf0c6c5c8e263956332b2e50bc2775e/trimesh/viewer/widget.py#L173-L175 https://github.com/mikedh/trimesh/blob/d8c75b576bf0c6c5c8e263956332b2e50bc2775e/trimesh/viewer/trackball.py#L50-L51 https://github.com/mikedh/trimesh/blob/d8c75b576bf0c6c5c8e263956332b2e50bc2775e/trimesh/viewer/trackball.py#L99-L100 The various dependencies and conventions involved will...