목록code (1)
Head vs breakz

YOLO CODE import cv2 as cv import argparse import numpy as np import os.path from matplotlib import pyplot as plt %matplotlib inline # Initialize the parameters confThreshold = 0.5 #Confidence threshold nmsThreshold = 0.4 #Non-maximum suppression threshold inpWidth = 416 #Width of network's input image inpHeight = 416 #Height of network's input image # Load names of classes classesFile =..
Head/Code
2020. 3. 3. 09:01