Skip to content

Instantly share code, notes, and snippets.

@ashhadulislam
Created March 27, 2022 18:32
Show Gist options
  • Save ashhadulislam/738fe7621c33a8fe1559ea91a7219a1f to your computer and use it in GitHub Desktop.
Save ashhadulislam/738fe7621c33a8fe1559ea91a7219a1f to your computer and use it in GitHub Desktop.
import tarfile
import os
from pathlib import Path
import shutil
import xml.etree.ElementTree as ET
from PIL import Image, ImageDraw
import numpy as np
import matplotlib.pyplot as plt
import random
from sklearn.model_selection import train_test_split
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment