Created
October 21, 2020 01:55
-
-
Save ttchengab/01280236448e4fc4a03505f6f0baea3f to your computer and use it in GitHub Desktop.
This file contains 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 PyTorch Library | |
import torch | |
from torch import nn | |
# Import external libraries | |
import argparse | |
import numpy as np | |
import opencv_wrapper as cvw | |
from skimage.filters import threshold_local | |
import json | |
import random | |
from string import ascii_uppercase, digits, punctuation | |
import colorama | |
import regex |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
--use-deprecated=legacy-resolver
pip install --force-reinstall numpy==1.19.3
use this flag in opencv_wrapper to avoid dependency errors