RobustVideoMatting
RobustVideoMatting copied to clipboard
torchscript inference error
Hello
Im getting this extrange error when running inference in c++... i never saw this before so, maybe someone has a clue on whats happening??
Thanks
/tmp/llvm/lib/Support/BranchProbability.cpp:41: llvm::BranchProbability::BranchProbability(uint32_t, uint32_t): Assertion
Numerator <= Denominator && "Probability cannot be bigger than 1!"' failed.
`
Hello
Im getting this extrange error when running inference in c++... i never saw this before so, maybe someone has a clue on whats happening??
Thanks
/tmp/llvm/lib/Support/BranchProbability.cpp:41: llvm::BranchProbability::BranchProbability(uint32_t, uint32_t): Assertion
Numerator <= Denominator && "Probability cannot be bigger than 1!"' failed. `
Can you share the code for converting.pth model to.PT(.torchscript) model