jBachalo
jBachalo
Thanks but I think that error message is misleading and is due to errors elsewhere. Using the same image and pathing as faceSubstitution which works. Tried cleaning and rebuilding twice...
this doesn't seem to work any more. Can anyone else confirm?
Update For both BlurGrabPass and PlanarReflection modified the following ``` using UnityEngine.Rendering.LWRP; using UnityEngine.Experimental.Rendering.LWRP; ``` to ``` using UnityEngine.Experimental.Rendering; using UnityEngine.Experimental.Rendering.LightweightPipeline; ``` and also mofied the method signature for LightweightRenderPipeline.RenderSingleCamera...
so bottom line is that the tensorRT module is missing. Then how to install? A quick google shows no Windows installer or support? I already tried uninstalling then reinstalling tensorflow...