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
# -*- coding: utf-8 -*- | |
#added threading to read | |
import os | |
import colorsys | |
import numpy as np | |
from keras import backend as K | |
from keras.layers import Input |
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 colorsys | |
import os | |
os.environ['CUDA_VISIBLE_DEVICES'] = '-1' | |
import cv2 | |
import time | |
import numpy as np | |
from keras import backend as K | |
from keras.models import load_model | |
from keras.layers import Input |