Skip to content
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

Loading a TYv2 model in a TYv3 backend segfaults #281

Open
michaelgruner opened this issue Mar 12, 2020 · 0 comments
Open

Loading a TYv2 model in a TYv3 backend segfaults #281

michaelgruner opened this issue Mar 12, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@michaelgruner
Copy link
Contributor

I know this is a dumb and erroneous use case, but we should error out instead of segfaulting.

This is an example pipeline:

gst-launch-1.0 avfvideosrc ! video/x-raw ! inferencefilter filter-class=-1 ! inferencedebug name=before ! videoconvert ! tee name=tee tee. ! queue max-size-buffers=3 ! arch.sink_bypass tee. ! queue max-size-buffers=3 ! inferencecrop enable=false ! videoscale ! arch.sink_model arch.src_bypass ! queue ! inferencedebug name=after ! inferenceoverlay ! glimagesink sync=false tinyyolov3 name=arch model-location=graph_tinyyolov2_tensorflow.pb labels='(null)' backend::input-layer=input/Placeholder backend::output-layer=add_8  --gst-debug=2,*inference*:9
@michaelgruner michaelgruner added the bug Something isn't working label Mar 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant