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
@imuhammadessa
imuhammadessa / peopleCounter.py
Created December 3, 2020 16:18 — forked from jotathebest/peopleCounter.py
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