Search Issue Tracker
Fixed
Fixed in 2.3.0
Votes
0
Found in [Package]
1.2.0
Issue ID
BAR-8
Regression
No
[Barracuda]Output tensor channels are swapped and values are much higher using Pose Detector ONNX model (channel swap part - fixed)
Reproduction steps:
1. Open the "UnityProject" from the latest "default" branch.
2. Make sure to run the generate-all script to update the models.
2. Open the "PoseDetectorTests.cs" script and remove the comment lines (/* and */).
3. Open the Test Runner window and run "PoseDestectorTests".
Actual result:
Received shape (1, 1, 1, 1, 1, 1, 1, 896) expected shape (1, 1, 1, 1, 1, 896, 1, 1).
Received shape (1, 1, 1, 1, 1, 1, 8, 896) expected shape (1, 1, 1, 1, 1, 896, 1, 8).
Average error over values exceeding delta threshold
Received -1935.363 -1303.264 -2113.783...
Expected -30.31235 -22.73796 -74.91953...
(The tensor shape issue is fixed. Outputs still don't match.)
Notes:
- Couldn't test older major Barracuda versions, model is too difficult for them.
- The model is also attached to the case (posedetector_full.onnx).
- Original issue: [https://github.com/Unity-Technologies/barracuda-release/issues/91]
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Constant console errors when using Min/Max Slider in PlayMode
- The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
- [Linux] AutoLocale log is logged when opening a project
- Global Scenes are not included in the Build when building multiple Build Profiles at the same time
- [iOS] WebCamDevice.availableResolutions returns a single resolution with width and height both 0 on some iOS devices
Add comment