Skip to content

Instantly share code, notes, and snippets.

# This code is written at BigVision LLC. It is based on the OpenCV project. It is subject to the license terms in the LICENSE file found in this distribution and at http://opencv.org/license.html
# Usage example: python3 object_detection_yolo.py --video=run.mp4
# python3 object_detection_yolo.py --image=bird.jpg
import cv2 as cv
import argparse
import sys
import numpy as np
from urllib.request import urlopen
import os
/*======= ========= ========= ========= ========= ========= ========= =========
Project : ESProMatrix-USBPP
File : ESProMatrix-USBPP.ino
Date : 2019/05/01
Version : 0.0.1
Author : Samui Young
Company : Chipfans Technology Co.,Ltd.
MCU : NodeMCU ESP32-S
Details : Demo of USB power port
--------- --------- --------- --------- --------- --------- --------- ---------