Created
March 27, 2022 18:32
-
-
Save ashhadulislam/738fe7621c33a8fe1559ea91a7219a1f 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 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