Skip to content

Instantly share code, notes, and snippets.

View Don-Moahskarton's full-sized avatar

Don Moahskarton Don-Moahskarton

View GitHub Profile
import cv2
import sys
import numpy as np
#config
outputSize = 1017
image = cv2.imread('in.png', cv2.IMREAD_UNCHANGED)
dimensions = image.shape