Last active
January 11, 2021 13:41
-
-
Save KostaMalsev/332398e56bfa1c8088f60aca4762e175 to your computer and use it in GitHub Desktop.
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
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