Rhodey

Results 3 issues of Rhodey

crd@crd-PC:~/Desktop/ccgp_crack/PythonSpiderNotes/Captcha1$ python tess_test.py PNG (200, 70) 1 Traceback (most recent call last): File "tess_test.py", line 224, in filter_enhance(midu_image_name, midu_image_name_pro1) File "tess_test.py", line 91, in filter_enhance im = enhancer.enhance(2) File "/usr/local/lib/python2.7/dist-packages/PIL/ImageEnhance.py",...

In [datasets.py](https://github.com/HuiZeng/Image-Adaptive-3DLUT/blob/master/datasets.py#L133) I can see the following: ``` img_input = cv2.imread(self.set1_input_files[index % len(self.set1_input_files)],-1) img_exptC = Image.open(self.set1_expert_files[index % len(self.set1_expert_files)]) ``` Here img_input is in XYZ while img_exptC is in RGB. But...

I cannot run it successfully, and it seems that this is caused by changes in tensorflow. Could you tell me your version?Thanks!