Skip to content

Instantly share code, notes, and snippets.

View Serge3006's full-sized avatar

Serge Chávez Serge3006

View GitHub Profile
@Serge3006
Serge3006 / pipeline_build.py
Last active July 26, 2022 21:11
Build method of a Deepstream pipeline
class Pipeline:
def __init__(
self,
streams: Dict,
tiled_output_height: int,
tiled_output_width: int,
model_config_path: str
) -> None:
self._streams = streams