Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AssertionException: Assertion failure. Values are not equal. Expected: 1 == 3 #26

Open
Alexxkrehmen opened this issue Dec 22, 2023 · 0 comments
Assignees
Labels
question Further information is requested

Comments

@Alexxkrehmen
Copy link

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 :)

@keijiro keijiro self-assigned this Dec 23, 2023
@keijiro keijiro added the question Further information is requested label Dec 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants