Skip to content

Commit

Permalink
Merge pull request #646 from roboflow/feature/gstreamer_backend
Browse files Browse the repository at this point in the history
`gstreamer` backend in `inference`
  • Loading branch information
PawelPeczek-Roboflow authored Sep 24, 2024
2 parents 658cb3f + 523b085 commit e1f1c0c
Show file tree
Hide file tree
Showing 20 changed files with 0 additions and 316 deletions.
80 changes: 0 additions & 80 deletions development/stream_interface/create_dummy_streams.py

This file was deleted.

161 changes: 0 additions & 161 deletions development/stream_interface/inference_pipeline_demo.py

This file was deleted.

58 changes: 0 additions & 58 deletions development/stream_interface/stream_video.py

This file was deleted.

1 change: 0 additions & 1 deletion docker/dockerfiles/Dockerfile.onnx.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ FROM python:3.9 as base
ARG DEBIAN_FRONTEND=noninteractive

RUN apt update -y && apt install -y \
ffmpeg \
libxext6 \
libopencv-dev \
uvicorn \
Expand Down
1 change: 0 additions & 1 deletion docker/dockerfiles/Dockerfile.onnx.cpu.parallel
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ ARG DEBIAN_FRONTEND=noninteractive
ARG TARGETPLATFORM

RUN apt update -y && apt install -y \
ffmpeg \
libxext6 \
libopencv-dev \
uvicorn \
Expand Down
1 change: 0 additions & 1 deletion docker/dockerfiles/Dockerfile.onnx.cpu.slim
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ ARG DEBIAN_FRONTEND=noninteractive
ARG TARGETPLATFORM

RUN apt update -y && apt install -y \
ffmpeg \
libxext6 \
libopencv-dev \
uvicorn \
Expand Down
1 change: 0 additions & 1 deletion docker/dockerfiles/Dockerfile.onnx.cpu.stream_manager
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ WORKDIR /app
ARG DEBIAN_FRONTEND=noninteractive

RUN apt update -y && apt install -y \
ffmpeg \
libxext6 \
libopencv-dev \
uvicorn \
Expand Down
1 change: 0 additions & 1 deletion docker/dockerfiles/Dockerfile.onnx.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ FROM nvcr.io/nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04 as base
WORKDIR /app

RUN rm -rf /var/lib/apt/lists/* && apt-get clean && apt-get update -y && DEBIAN_FRONTEND=noninteractive apt-get install -y \
ffmpeg \
libxext6 \
libopencv-dev \
uvicorn \
Expand Down
1 change: 0 additions & 1 deletion docker/dockerfiles/Dockerfile.onnx.gpu.parallel
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ FROM nvcr.io/nvidia/cuda:11.7.1-cudnn8-runtime-ubuntu22.04 as base
WORKDIR /app

RUN rm -rf /var/lib/apt/lists/* && apt-get clean && apt-get update -y && DEBIAN_FRONTEND=noninteractive apt-get install -y \
ffmpeg \
libxext6 \
libopencv-dev \
uvicorn \
Expand Down
1 change: 0 additions & 1 deletion docker/dockerfiles/Dockerfile.onnx.gpu.slim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ FROM nvcr.io/nvidia/cuda:11.7.1-cudnn8-runtime-ubuntu22.04 as base
WORKDIR /app

RUN rm -rf /var/lib/apt/lists/* && apt-get clean && apt-get update -y && DEBIAN_FRONTEND=noninteractive apt-get install -y \
ffmpeg \
libxext6 \
libopencv-dev \
uvicorn \
Expand Down
1 change: 0 additions & 1 deletion docker/dockerfiles/Dockerfile.onnx.gpu.stream_manager
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ FROM nvcr.io/nvidia/cuda:11.4.2-cudnn8-runtime-ubuntu20.04
WORKDIR /app

RUN rm -rf /var/lib/apt/lists/* && apt-get clean && apt-get update -y && DEBIAN_FRONTEND=noninteractive apt-get install -y \
ffmpeg \
libxext6 \
libopencv-dev \
uvicorn \
Expand Down
1 change: 0 additions & 1 deletion docker/dockerfiles/Dockerfile.onnx.jetson.4.5.0
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ RUN apt-get update -y && apt-get upgrade -y && apt-get install -y \
gfortran \
build-essential \
libatlas-base-dev \
ffmpeg \
libsm6 \
libxext6 \
wget \
Expand Down
1 change: 0 additions & 1 deletion docker/dockerfiles/Dockerfile.onnx.jetson.4.6.1
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ RUN apt-get update -y && apt-get upgrade -y && apt-get install -y \
gfortran \
build-essential \
libatlas-base-dev \
ffmpeg \
libsm6 \
libxext6 \
wget \
Expand Down
1 change: 0 additions & 1 deletion docker/dockerfiles/Dockerfile.onnx.jetson.5.1.1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ RUN apt-get update -y && apt-get install -y \
gfortran \
build-essential \
libatlas-base-dev \
ffmpeg \
libsm6 \
libxext6 \
wget \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ RUN apt-get update -y && apt-get install -y \
gfortran \
build-essential \
libatlas-base-dev \
ffmpeg \
libsm6 \
libxext6 \
wget \
Expand Down
Loading

0 comments on commit e1f1c0c

Please sign in to comment.