This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*======= ========= ========= ========= ========= ========= ========= ========= | |
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 | |
--------- --------- --------- --------- --------- --------- --------- --------- |
OlderNewer