Savant
Savant copied to clipboard
Python Computer Vision & Video Analytics Framework With Batteries Included
The new stream muxer allows working with original resolutions without the need to scale image https://docs.nvidia.com/metropolis/deepstream/dev-guide/text/DS_plugin_gst-nvstreammux2.html
Investigate DLA benefits and implement a sample pipeline for Orin NX utilizing DLAs (it has 2) optionally.
https://pytorch.org/TensorRT/fx/getting_started_with_fx_path.html
## Compose ``` rtsp-streams: image: ghcr.io/insight-platform/savant-adapters-gstreamer-l4t@sha256:1ae69f8cc3fc8599a24afa6dfab4d215886efe3e38bc3b41abcc6958230ed1d0 restart: unless-stopped volumes: - /tmp/zmq_sockets:/tmp/zmq-sockets environment: - RTSP_URI=rtsp://hello.savant.video:8554/city-traffic - ZMQ_ENDPOINT=dealer+bind:ipc:///tmp/zmq-sockets/input-video.ipc - SOURCE_ID=output - SYNC_OUTPUT=False entrypoint: /opt/savant/adapters/gst/sources/rtsp.sh display-sink: image: ghcr.io/insight-platform/savant-adapters-deepstream-l4t@sha256:9c175b44d0170cbe9c8131609e25f42374eeac9fc6f5ff87e39598816b03b8a7 restart: unless-stopped volumes: - /tmp/zmq_sockets:/tmp/zmq-sockets...
First off, thanks for the amazing project! Super well documented and optimized for usability out of the box, bravo 👏 One issue is that I'm struggling a bit to understand...
I found a bug where if you have your network name with hyphens, the container doesn't start because all hyphens are converted to underscores in the network name, so it...
The documentation for Image File Sink and Video File Sink says: >` DIR_LOCATION`: a location to write files to; can be a regular path or a path template; supported substitution...
When decoder or parser element fails with an error the module hangs up and no longer processes frames. We need to catch those errors and handle them properly without breaking...
The adapter sends multiple files in parallel and optionally delivers shutdown when all of them are delivered. Every file is sent under a unique stream Id. This adapter is highly...
Closes #609