Hello, I wanted to ask how to set up TF Lattice for creating 3D LUTs (similar to Section IV of Optimized Regression for Efficient Function Evaluation in 3D). Given pairs of RGB values, how would you set up Lattice to create a 3D transform between them and evaluate new input data?
Here's an example of how the input data would look:
Hello, I wanted to ask how to set up TF Lattice for creating 3D LUTs (similar to Section IV of Optimized Regression for Efficient Function Evaluation in 3D). Given pairs of RGB values, how would you set up Lattice to create a 3D transform between them and evaluate new input data?
Here's an example of how the input data would look:
And here's the code I've tried for creating a lattice between them. I believe this would be able to create a 1D transform but not a 3D one: