Skip to content

Instantly share code, notes, and snippets.

@echolijinghui
echolijinghui / img_io.py
Created April 3, 2018 09:52
ExpandNet with tensorflow
"""
" Description: TensorFlow ExpandNet for HDR image reconstruction.
" Author: LiJinghui
" Date: March 2018
"""
from __future__ import division
import numpy as np
import cv2
import os, random, glob
import tensorflow as tf