I've just downloaded this package and tried to run the Pose scene on Unity 2020.3.27f1.
Out of the box, I see the image of my webcam being displayed in the game view, but no effect ... And I have this error message repeatedly displayed in the console :
AssertionException: Assertion failure. Values are not equal. Expected: 1 == 3
The error is occuring here :
Library/PackageCache/com.unity.barracuda@1.3.2-preview/Barracuda/Runtime/Core/Backends/BarracudaPrecompiledCompute.cs -> line 688 :
Assert.AreEqual(X.channels, K.kernelDepth);
In my case, X.channels equals 3 and K.kernelDepth equals 1
Any hint to fix this error would be greatly appreciated :)
Hi,
I've just downloaded this package and tried to run the Pose scene on Unity 2020.3.27f1.
Out of the box, I see the image of my webcam being displayed in the game view, but no effect ... And I have this error message repeatedly displayed in the console :
AssertionException: Assertion failure. Values are not equal. Expected: 1 == 3
The error is occuring here : Library/PackageCache/com.unity.barracuda@1.3.2-preview/Barracuda/Runtime/Core/Backends/BarracudaPrecompiledCompute.cs -> line 688 :
Assert.AreEqual(X.channels, K.kernelDepth);
In my case, X.channels equals 3 and K.kernelDepth equals 1
Any hint to fix this error would be greatly appreciated :)