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 don't have a GPU, only a Mac Air with 16GB of RAM and an M2 chip. However, when I run the following command, I get an error. How can I resolve it? Thank you very much!
./build/fast_sam_3dbody_run \
--onnx-dir ./onnx \
--backbone backbone_fp32.onnx \
--cuda -1 \
--from 0
[FSB] Loading backbone … OK
[FSB] Loading decoder … [ORT] load './onnx/decoder.onnx' failed on CPU: Could not find an implementation for MatMul(13) node with name '/init_to_token/MatMul'
[main] Pipeline load failed.
I don't have a GPU, only a Mac Air with 16GB of RAM and an M2 chip. However, when I run the following command, I get an error. How can I resolve it? Thank you very much!