Skip to content

Instantly share code, notes, and snippets.

View jaltmayerpizzorno's full-sized avatar

Juan Altmayer Pizzorno jaltmayerpizzorno

View GitHub Profile
# Copyright 2020, Juan Altmayer Pizzorno. All Rights Reserved. MIT license applies.
import numpy as np
import cv2
import time
from pathlib import Path
# This is https://github.com/jaltmayerpizzorno/d2k
d2k_path = Path(__file__).parent / 'd2k'
# Copyright 2020, Juan Altmayer Pizzorno. All Rights Reserved. MIT license applies.
import os
import argparse
import tensorflow as tf
import tensorflow.keras as keras
import numpy as np
import cv2
import time