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'm using nvidia geforce gtx 660 on windows 10 and install the currenct lastest version of unity and barracuda. can someone tell me what or how i can fix the issue as the avatar model is not moving but the video plays and also please tell me where i should change anything and where is it's location as i don't know where to find new tensor etc thanks alot in advance
The text was updated successfully, but these errors were encountered:
Hi everyone i am very new to unity and don't know much about using the application so please be patient with me. I am receiving the same error code:
AssertionException: Assertion failure. Values are not equal.
Expected: 3 == 4
UnityEngine.Assertions.Assert.Fail (System.String message, System.String userMessage) (at :0)
UnityEngine.Assertions.Assert.AreEqual[T] (T expected, T actual, System.String message, System.Collections.Generic.IEqualityComparer`1[T] comparer) (at :0)
UnityEngine.Assertions.Assert.AreEqual[T] (T expected, T actual, System.String message) (at :0)
UnityEngine.Assertions.Assert.AreEqual (System.Int32 expected, System.Int32 actual) (at :0)
Unity.Barracuda.PrecompiledComputeOps.Conv2D (Unity.Barracuda.Tensor X, Unity.Barracuda.Tensor K, Unity.Barracuda.Tensor B, System.Int32[] stride, System.Int32[] pad, Unity.Barracuda.Layer+FusedActivation fusedActivation) (at Library/PackageCache/[email protected]/Barracuda/Runtime/Core/Backends/BarracudaPrecompiledCompute.cs:625)
Unity.Barracuda.StatsOps.Unity.Barracuda.IOps.Conv2D (Unity.Barracuda.Tensor X, Unity.Barracuda.Tensor K, Unity.Barracuda.Tensor B, System.Int32[] stride, System.Int32[] pad, Unity.Barracuda.Layer+FusedActivation fusedActivation) (at Library/PackageCache/[email protected]/Barracuda/Runtime/Core/Backends/StatsOps.cs:69)
Unity.Barracuda.GenericWorker+d__30.MoveNext () (at Library/PackageCache/[email protected]/Barracuda/Runtime/Core/Backends/GenericWorker.cs:214)
UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) (at :0)
UnityEngine.MonoBehaviour:StartCoroutine(IEnumerator)
VNectBarracudaRunner:UpdateVNectModel() (at Assets/ThreeDPoseUnityBarracuda-master/ThreeDPoseUnityBarracuda-master/Assets/Scripts/VNectBarracudaRunner.cs:242)
VNectBarracudaRunner:Update() (at Assets/ThreeDPoseUnityBarracuda-master/ThreeDPoseUnityBarracuda-master/Assets/Scripts/VNectBarracudaRunner.cs:173)
I'm using nvidia geforce gtx 660 on windows 10 and install the currenct lastest version of unity and barracuda. can someone tell me what or how i can fix the issue as the avatar model is not moving but the video plays and also please tell me where i should change anything and where is it's location as i don't know where to find new tensor etc thanks alot in advance
The text was updated successfully, but these errors were encountered: