Skip to content

Instantly share code, notes, and snippets.

View edinstation's full-sized avatar

ed edinstation

View GitHub Profile
@jotathebest
jotathebest / peopleCounter.py
Last active July 12, 2022 13:07
Pedestrian detector that sends people counter results to Ubidots. Libraries: OpenCV, requests, imutils
from imutils.object_detection import non_max_suppression
import numpy as np
import imutils
import cv2
import requests
import time
import argparse
import time
import base64