python = 3.5
tensorflow =1.0.0
scipy = 1.1.0 (required)
Tested with python=3.6 and Tensorflow=1.14.0
-
The trained models are in 'checkpoint/coarse_230/'
-
Choose the needed model (For example, if you need the type 1 model, please put 'model_checkpoint_path: "coarse.model-type1"' on the first line of checkpoint text.If you are using existing checkpoint text then model in the last line will be loaded(coarse.model-typeII))
-
Put the test images into 'test_real'
Use the following to test the algorithm
Python main_test.py
-
Find the results in 'test_real'