Skip to content

Instantly share code, notes, and snippets.

@KostaMalsev
Last active January 11, 2021 13:41
Show Gist options
  • Save KostaMalsev/332398e56bfa1c8088f60aca4762e175 to your computer and use it in GitHub Desktop.
Save KostaMalsev/332398e56bfa1c8088f60aca4762e175 to your computer and use it in GitHub Desktop.
import os
import glob
import matplotlib
import matplotlib.pyplot as plt
import io
import scipy.misc
import numpy as np
from six import BytesIO
from PIL import Image, ImageDraw, ImageFont
import tensorflow as tf
from object_detection.utils import label_map_util
from object_detection.utils import config_util
from object_detection.utils import visualization_utils as viz_utils
from object_detection.builders import model_builder
%matplotlib inline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment