Skip to content

Instantly share code, notes, and snippets.

View iMuhammadessa's full-sized avatar
🏠
Working from home

Muhammad Essa iMuhammadessa

🏠
Working from home
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