Skip to content

Instantly share code, notes, and snippets.

@Jargon4072
Created September 25, 2019 12:56
Show Gist options
  • Save Jargon4072/9ec63ea2e3848b93fd4aec83cd53fbec to your computer and use it in GitHub Desktop.
Save Jargon4072/9ec63ea2e3848b93fd4aec83cd53fbec to your computer and use it in GitHub Desktop.
Yolov3_medium_1
import numpy as np
import argparse
import time
import cv2
import os
confthres=0.5
nmsthres=0.1
path="./"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment