You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/[email protected]/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 :)
The text was updated successfully, but these errors were encountered:
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/[email protected]/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 :)
The text was updated successfully, but these errors were encountered: