We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I know this is a dumb and erroneous use case, but we should error out instead of segfaulting.
This is an example pipeline:
The text was updated successfully, but these errors were encountered: