Skip to content

Instantly share code, notes, and snippets.

View PawelPeczek-Roboflow's full-sized avatar

Paweł Pęczek PawelPeczek-Roboflow

View GitHub Profile
@PawelPeczek-Roboflow
PawelPeczek-Roboflow / script.py
Created September 19, 2024 19:30
Video Processing - workflows
import argparse
import json
import os
from inference import InferencePipeline
import cv2
API_KEY = os.environ["ROBOFLOW_API_KEY"]