Skip to content

Commit

Permalink
Prepare release 0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tomskikh committed Feb 28, 2024
1 parent cc16746 commit 43e6be2
Show file tree
Hide file tree
Showing 69 changed files with 176 additions and 176 deletions.
6 changes: 3 additions & 3 deletions samples/age_gender_recognition/docker-compose.l4t.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.3"
services:

video-loop-source:
image: ghcr.io/insight-platform/savant-adapters-gstreamer-l4t:latest
image: ghcr.io/insight-platform/savant-adapters-gstreamer-l4t:0.2.10
restart: unless-stopped
volumes:
- zmq_sockets:/tmp/zmq-sockets
Expand All @@ -19,7 +19,7 @@ services:
condition: service_healthy

module:
image: ghcr.io/insight-platform/savant-deepstream-l4t:latest
image: ghcr.io/insight-platform/savant-deepstream-l4t:0.2.10-6.3
restart: unless-stopped
volumes:
- zmq_sockets:/tmp/zmq-sockets
Expand All @@ -36,7 +36,7 @@ services:
runtime: nvidia

always-on-sink:
image: ghcr.io/insight-platform/savant-adapters-deepstream-l4t:latest
image: ghcr.io/insight-platform/savant-adapters-deepstream-l4t:0.2.10-6.3
restart: unless-stopped
ports:
- "554:554" # RTSP
Expand Down
6 changes: 3 additions & 3 deletions samples/age_gender_recognition/docker-compose.x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.3"
services:

video-loop-source:
image: ghcr.io/insight-platform/savant-adapters-gstreamer:latest
image: ghcr.io/insight-platform/savant-adapters-gstreamer:0.2.10
restart: unless-stopped
volumes:
- zmq_sockets:/tmp/zmq-sockets
Expand All @@ -19,7 +19,7 @@ services:
condition: service_healthy

module:
image: ghcr.io/insight-platform/savant-deepstream:latest
image: ghcr.io/insight-platform/savant-deepstream:0.2.10-6.3
restart: unless-stopped
volumes:
- zmq_sockets:/tmp/zmq-sockets
Expand All @@ -41,7 +41,7 @@ services:
capabilities: [gpu]

always-on-sink:
image: ghcr.io/insight-platform/savant-adapters-deepstream:latest
image: ghcr.io/insight-platform/savant-adapters-deepstream:0.2.10-6.3
restart: unless-stopped
ports:
- "554:554" # RTSP
Expand Down
6 changes: 3 additions & 3 deletions samples/animegan/docker-compose.x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.3"
services:

source:
image: ghcr.io/insight-platform/savant-adapters-gstreamer:latest
image: ghcr.io/insight-platform/savant-adapters-gstreamer:0.2.10
entrypoint: /opt/savant/adapters/gst/sources/multi_stream.sh
volumes:
- zmq_sockets:/tmp/zmq-sockets
Expand All @@ -19,7 +19,7 @@ services:
condition: service_healthy

module:
image: ghcr.io/insight-platform/savant-deepstream:latest
image: ghcr.io/insight-platform/savant-deepstream:0.2.10-6.3
volumes:
- zmq_sockets:/tmp/zmq-sockets
- ../../cache:/cache
Expand All @@ -40,7 +40,7 @@ services:
capabilities: [gpu]

video-sink:
image: ghcr.io/insight-platform/savant-adapters-gstreamer:latest
image: ghcr.io/insight-platform/savant-adapters-gstreamer:0.2.10
volumes:
- zmq_sockets:/tmp/zmq-sockets
- ../../data/results:/data
Expand Down
6 changes: 3 additions & 3 deletions samples/area_object_counting/docker-compose.l4t.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.3"
services:

video-loop-source:
image: ghcr.io/insight-platform/savant-adapters-gstreamer-l4t:latest
image: ghcr.io/insight-platform/savant-adapters-gstreamer-l4t:0.2.10
restart: unless-stopped
volumes:
- zmq_sockets:/tmp/zmq-sockets
Expand All @@ -19,7 +19,7 @@ services:
condition: service_healthy

module:
image: ghcr.io/insight-platform/savant-deepstream-l4t:latest
image: ghcr.io/insight-platform/savant-deepstream-l4t:0.2.10-6.3
volumes:
- zmq_sockets:/tmp/zmq-sockets
- ../../cache:/cache
Expand All @@ -36,7 +36,7 @@ services:
runtime: nvidia

always-on-sink:
image: ghcr.io/insight-platform/savant-adapters-deepstream-l4t:latest
image: ghcr.io/insight-platform/savant-adapters-deepstream-l4t:0.2.10-6.3
restart: unless-stopped
ports:
- "554:554" # RTSP
Expand Down
6 changes: 3 additions & 3 deletions samples/area_object_counting/docker-compose.x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.3"
services:

video-loop-source:
image: ghcr.io/insight-platform/savant-adapters-gstreamer:latest
image: ghcr.io/insight-platform/savant-adapters-gstreamer:0.2.10
restart: unless-stopped
volumes:
- zmq_sockets:/tmp/zmq-sockets
Expand All @@ -19,7 +19,7 @@ services:
condition: service_healthy

module:
image: ghcr.io/insight-platform/savant-deepstream:latest
image: ghcr.io/insight-platform/savant-deepstream:0.2.10-6.3
volumes:
- zmq_sockets:/tmp/zmq-sockets
- ../../cache:/cache
Expand All @@ -41,7 +41,7 @@ services:
capabilities: [gpu]

always-on-sink:
image: ghcr.io/insight-platform/savant-adapters-deepstream:latest
image: ghcr.io/insight-platform/savant-adapters-deepstream:0.2.10-6.3
restart: unless-stopped
ports:
- "554:554" # RTSP
Expand Down
8 changes: 4 additions & 4 deletions samples/buffer_adapter/docker-compose.l4t.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.3"
services:

video-loop-source:
image: ghcr.io/insight-platform/savant-adapters-gstreamer-l4t:latest
image: ghcr.io/insight-platform/savant-adapters-gstreamer-l4t:0.2.10
restart: unless-stopped
volumes:
- zmq_sockets:/tmp/zmq-sockets
Expand All @@ -21,7 +21,7 @@ services:
condition: service_started

buffer:
image: ghcr.io/insight-platform/savant-adapters-py-l4t:latest
image: ghcr.io/insight-platform/savant-adapters-py-l4t:0.2.10
#restart: unless-stopped
ports:
- "8000:8000"
Expand All @@ -42,7 +42,7 @@ services:
command: python -m adapters.python.bridge.buffer

module:
image: ghcr.io/insight-platform/savant-deepstream-l4t:latest
image: ghcr.io/insight-platform/savant-deepstream-l4t:0.2.10-6.3
restart: unless-stopped
volumes:
- zmq_sockets:/tmp/zmq-sockets
Expand All @@ -56,7 +56,7 @@ services:
runtime: nvidia

always-on-sink:
image: ghcr.io/insight-platform/savant-adapters-deepstream-l4t:latest
image: ghcr.io/insight-platform/savant-adapters-deepstream-l4t:0.2.10-6.3
restart: unless-stopped
ports:
- "554:554" # RTSP
Expand Down
8 changes: 4 additions & 4 deletions samples/buffer_adapter/docker-compose.x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.3"
services:

video-loop-source:
image: ghcr.io/insight-platform/savant-adapters-gstreamer:latest
image: ghcr.io/insight-platform/savant-adapters-gstreamer:0.2.10
restart: unless-stopped
volumes:
- zmq_sockets:/tmp/zmq-sockets
Expand All @@ -21,7 +21,7 @@ services:
condition: service_started

buffer:
image: ghcr.io/insight-platform/savant-adapters-py:latest
image: ghcr.io/insight-platform/savant-adapters-py:0.2.10
#restart: unless-stopped
ports:
- "8000:8000"
Expand All @@ -42,7 +42,7 @@ services:
command: python -m adapters.python.bridge.buffer

module:
image: ghcr.io/insight-platform/savant-deepstream:latest
image: ghcr.io/insight-platform/savant-deepstream:0.2.10-6.3
restart: unless-stopped
volumes:
- zmq_sockets:/tmp/zmq-sockets
Expand All @@ -62,7 +62,7 @@ services:
capabilities: [gpu]

always-on-sink:
image: ghcr.io/insight-platform/savant-adapters-deepstream:latest
image: ghcr.io/insight-platform/savant-adapters-deepstream:0.2.10-6.3
restart: unless-stopped
ports:
- "554:554" # RTSP
Expand Down
6 changes: 3 additions & 3 deletions samples/conditional_video_processing/docker-compose.l4t.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.3"
services:

video-loop-source:
image: ghcr.io/insight-platform/savant-adapters-gstreamer-l4t:latest
image: ghcr.io/insight-platform/savant-adapters-gstreamer-l4t:0.2.10
restart: unless-stopped
volumes:
- zmq_sockets:/tmp/zmq-sockets
Expand All @@ -19,7 +19,7 @@ services:
condition: service_healthy

module:
image: ghcr.io/insight-platform/savant-deepstream-l4t:latest
image: ghcr.io/insight-platform/savant-deepstream-l4t:0.2.10-6.3
restart: unless-stopped
volumes:
- zmq_sockets:/tmp/zmq-sockets
Expand All @@ -39,7 +39,7 @@ services:
runtime: nvidia

always-on-sink:
image: ghcr.io/insight-platform/savant-adapters-deepstream-l4t:latest
image: ghcr.io/insight-platform/savant-adapters-deepstream-l4t:0.2.10-6.3
restart: unless-stopped
ports:
- "554:554" # RTSP
Expand Down
6 changes: 3 additions & 3 deletions samples/conditional_video_processing/docker-compose.x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.3"
services:

video-loop-source:
image: ghcr.io/insight-platform/savant-adapters-gstreamer:latest
image: ghcr.io/insight-platform/savant-adapters-gstreamer:0.2.10
restart: unless-stopped
volumes:
- zmq_sockets:/tmp/zmq-sockets
Expand All @@ -19,7 +19,7 @@ services:
condition: service_healthy

module:
image: ghcr.io/insight-platform/savant-deepstream:latest
image: ghcr.io/insight-platform/savant-deepstream:0.2.10-6.3
restart: unless-stopped
volumes:
- zmq_sockets:/tmp/zmq-sockets
Expand All @@ -44,7 +44,7 @@ services:
capabilities: [gpu]

always-on-sink:
image: ghcr.io/insight-platform/savant-adapters-deepstream:latest
image: ghcr.io/insight-platform/savant-adapters-deepstream:0.2.10-6.3
restart: unless-stopped
ports:
- "554:554" # RTSP
Expand Down
6 changes: 3 additions & 3 deletions samples/face_reid/docker-compose.l4t.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
condition: service_healthy

index-builder-pipeline:
image: ghcr.io/insight-platform/savant-deepstream-l4t:latest
image: ghcr.io/insight-platform/savant-deepstream-l4t:0.2.10-6.3
volumes:
- zmq_sockets:/tmp/zmq-sockets
- ../../cache:/cache
Expand All @@ -38,7 +38,7 @@ services:
- index

video-loop-source:
image: ghcr.io/insight-platform/savant-adapters-gstreamer-l4t:latest
image: ghcr.io/insight-platform/savant-adapters-gstreamer-l4t:0.2.10
restart: unless-stopped
volumes:
- zmq_sockets:/tmp/zmq-sockets
Expand Down Expand Up @@ -79,7 +79,7 @@ services:
- demo

always-on-sink:
image: ghcr.io/insight-platform/savant-adapters-deepstream-l4t:latest
image: ghcr.io/insight-platform/savant-adapters-deepstream-l4t:0.2.10-6.3
restart: unless-stopped
ports:
- "554:554" # RTSP
Expand Down
6 changes: 3 additions & 3 deletions samples/face_reid/docker-compose.x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
condition: service_healthy

index-builder-pipeline:
image: ghcr.io/insight-platform/savant-deepstream:latest
image: ghcr.io/insight-platform/savant-deepstream:0.2.10-6.3
volumes:
- zmq_sockets:/tmp/zmq-sockets
- ../../cache:/cache
Expand All @@ -44,7 +44,7 @@ services:
- index

video-loop-source:
image: ghcr.io/insight-platform/savant-adapters-gstreamer:latest
image: ghcr.io/insight-platform/savant-adapters-gstreamer:0.2.10
restart: unless-stopped
volumes:
- zmq_sockets:/tmp/zmq-sockets
Expand Down Expand Up @@ -90,7 +90,7 @@ services:
- demo

always-on-sink:
image: ghcr.io/insight-platform/savant-adapters-deepstream:latest
image: ghcr.io/insight-platform/savant-adapters-deepstream:0.2.10-6.3
restart: unless-stopped
ports:
- "554:554" # RTSP
Expand Down
2 changes: 1 addition & 1 deletion samples/face_reid/docker/Dockerfile.l4t
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM ghcr.io/insight-platform/savant-deepstream-l4t:latest
FROM ghcr.io/insight-platform/savant-deepstream-l4t:0.2.10-6.3
RUN python -m pip install hnswlib~=0.7.0
2 changes: 1 addition & 1 deletion samples/face_reid/docker/Dockerfile.x86
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM ghcr.io/insight-platform/savant-deepstream:latest
FROM ghcr.io/insight-platform/savant-deepstream:0.2.10-6.3
RUN python -m pip install hnswlib~=0.7.0
4 changes: 2 additions & 2 deletions samples/fisheye_line_crossing/docker-compose.l4t.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.3"
services:

video-loop-source:
image: ghcr.io/insight-platform/savant-adapters-gstreamer-l4t:latest
image: ghcr.io/insight-platform/savant-adapters-gstreamer-l4t:0.2.10
restart: unless-stopped
volumes:
- zmq_sockets:/tmp/zmq-sockets
Expand Down Expand Up @@ -37,7 +37,7 @@ services:
runtime: nvidia

always-on-sink:
image: ghcr.io/insight-platform/savant-adapters-deepstream-l4t:latest
image: ghcr.io/insight-platform/savant-adapters-deepstream-l4t:0.2.10-6.3
restart: unless-stopped
ports:
- "554:554" # RTSP
Expand Down
4 changes: 2 additions & 2 deletions samples/fisheye_line_crossing/docker-compose.x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.3"
services:

video-loop-source:
image: ghcr.io/insight-platform/savant-adapters-gstreamer:latest
image: ghcr.io/insight-platform/savant-adapters-gstreamer:0.2.10
restart: unless-stopped
volumes:
- zmq_sockets:/tmp/zmq-sockets
Expand Down Expand Up @@ -43,7 +43,7 @@ services:
capabilities: [gpu]

always-on-sink:
image: ghcr.io/insight-platform/savant-adapters-deepstream:latest
image: ghcr.io/insight-platform/savant-adapters-deepstream:0.2.10-6.3
restart: unless-stopped
ports:
- "554:554" # RTSP
Expand Down
2 changes: 1 addition & 1 deletion samples/fisheye_line_crossing/docker/Dockerfile.l4t
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM ghcr.io/insight-platform/savant-deepstream-l4t:latest
FROM ghcr.io/insight-platform/savant-deepstream-l4t:0.2.10-6.3

RUN python -m pip install statsd~=4.0 similari-trackers-rs~=0.26.5
2 changes: 1 addition & 1 deletion samples/fisheye_line_crossing/docker/Dockerfile.x86
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM ghcr.io/insight-platform/savant-deepstream:latest
FROM ghcr.io/insight-platform/savant-deepstream:0.2.10-6.3

RUN python -m pip install statsd~=4.0 similari-trackers-rs~=0.26.5
4 changes: 2 additions & 2 deletions samples/intersection_traffic_meter/docker-compose.l4t.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.3"
services:

video-loop-source:
image: ghcr.io/insight-platform/savant-adapters-gstreamer-l4t:latest
image: ghcr.io/insight-platform/savant-adapters-gstreamer-l4t:0.2.10
restart: unless-stopped
volumes:
- zmq_sockets:/tmp/zmq-sockets
Expand Down Expand Up @@ -37,7 +37,7 @@ services:
runtime: nvidia

always-on-sink:
image: ghcr.io/insight-platform/savant-adapters-deepstream-l4t:latest
image: ghcr.io/insight-platform/savant-adapters-deepstream-l4t:0.2.10-6.3
restart: unless-stopped
ports:
- "554:554" # RTSP
Expand Down
Loading

0 comments on commit 43e6be2

Please sign in to comment.