RetinexNet
这是RetinexNet的Tensorflow实现
深度Retinex分解,可增强弱光。 在BMVC'18(口头介绍)中 , ,,。 (*表示平均分担)
,
要求
Python
Tensorflow> = 1.5.0
numpy,PIL
测试用法
要使用我们的模型快速测试您自己的图像,您可以运行
python main.py
--use_gpu=1 \ # use gpu or not
--gpu_idx=0 \
--gpu_mem=0.5 \ # gpu memory usage
--phase=test \
--test_dir=/path/to/your/test/dir/ \
--save_dir=/pa
1