Created
January 9, 2021 17:34
-
-
Save KostaMalsev/a8637b0ac961c53d6a9813436674d9a0 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 matplotlib | |
import matplotlib.pyplot as plt | |
import os | |
import random | |
import io | |
import imageio | |
import glob | |
import scipy.misc | |
import numpy as np | |
from six import BytesIO | |
from PIL import Image, ImageDraw, ImageFont | |
from IPython.display import display, Javascript | |
from IPython.display import Image as IPyImage | |
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.utils import colab_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