Skip to content

Instantly share code, notes, and snippets.

@avirup171
Created May 15, 2019 16:56
Show Gist options
  • Save avirup171/2f9713902ce05621bc9353a6e4214b32 to your computer and use it in GitHub Desktop.
Save avirup171/2f9713902ce05621bc9353a6e4214b32 to your computer and use it in GitHub Desktop.
from __future__ import print_function
import sys
import os
from argparse import ArgumentParser
import cv2
import time
import logging as log
import numpy as np
import io
from openvino.inference_engine import IENetwork, IEPlugin
from pathlib import Path
sys.path.insert(0, str(Path().resolve().parent.parent))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment