Skip to content

Instantly share code, notes, and snippets.

@Praveen76
Created July 29, 2020 05:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Praveen76/b531cbc6c8a003ef4f02e5d3cb7d639f to your computer and use it in GitHub Desktop.
Save Praveen76/b531cbc6c8a003ef4f02e5d3cb7d639f to your computer and use it in GitHub Desktop.
import numpy as np
import shutil
import pandas as pd
import os, sys, random
import xml.etree.ElementTree as ET
import pandas as pd
from os import listdir
from os.path import isfile, join
import matplotlib.pyplot as plt
from PIL import Image
import requests
import urllib
from keras_retinanet.utils.visualization import draw_box, draw_caption , label_color
from keras_retinanet.utils.image import preprocess_image, resize_image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment