-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
crash with model body-pix-float-050-8.tflite #151
Comments
The |
The effect of the debug level is known. The primary problem is the call As far I understood the code, |
As we have now identifed here: #153 (comment) this is a result of the output stride inherent in the model, that our existing design takes no account of. |
For the body-pix segmentation we have an output size 33x33 and with my modifications I don't have seen differences between the original and the modified code (if I except crashes, which are no more present). |
System: Fedora 36
Backscrub: version heads/main-0-g4f70bc1 (Tensorflow: build tags/v2.8.0-0-g3f878cff5b6, run-time 2.8.0)
opencv 4.5.5
Launching backscrub with:
crash at libbackscrub.cc line 368
ctx.ofinal has a size of 33x33 and ctx.in_roidim 257x257
Modify the code to
solve the problem partially. Of course, the result is not very nice.
(With the arguments -d -d there is a crash again).
The text was updated successfully, but these errors were encountered: