pipert.contrib.canny_demo.canny_gear

Module Contents

Functions

runCanny(x)

Runs the model on an input image from the stream

storeResults(x)

Stores the results in Redis Stream and TimeSeries data structures

pipert.contrib.canny_demo.canny_gear._mspf[source]
pipert.contrib.canny_demo.canny_gear._next_ts = 0[source]

The profiler is used first and foremost for keeping track of the total (average) time it takes to process a frame - the information is required for setting the FPS dynamically. As a side benefit, it also provides per step metrics.

pipert.contrib.canny_demo.canny_gear.runCanny(x)[source]

Runs the model on an input image from the stream

pipert.contrib.canny_demo.canny_gear.storeResults(x)[source]

Stores the results in Redis Stream and TimeSeries data structures

pipert.contrib.canny_demo.canny_gear.gb[source]