MoveNet singlepose-lightning yield weird result on with Vulkan backend on IREE. #19001
Labels
bug 🐞
Something isn't working
codegen/spirv
SPIR-V code generation compiler backend
integrations/tensorflow
TensorFlow model import and conversion
What happened?
Hello, I'm the author of IREE.gd, a port of IREE to Godot game engine. Recently, I tried to use a pose detection model, specifically singlepose-lightning-int8 from MoveNet. It works like a charm on Metal backend but it is a total disaster on Vulkan backend.
This image is generated on Metal backend running on MacOS
This image is generated on Vulkan backend running on Windows.
The red dots are visual representation of the output coordinate resulted from running the model in IREE.
iree-gd/iree.gd#96
Steps to reproduce your issue
No response
What component(s) does this issue relate to?
Runtime
Version information
I'm using this git commit of IREE
bb542eee65fa0a498963df1f2ee2f205a3dd8bd0
.Additional context
No response
The text was updated successfully, but these errors were encountered: