perceptual-reflection-removal icon indicating copy to clipboard operation
perceptual-reflection-removal copied to clipboard

Test results are not correct

Open sanahtech opened this issue 5 years ago • 7 comments

I'm testing the code by using pre-trained model. i have executed following command python3 main.py --task pre-trained --is_training 0 But result's images do not make any sense. here is screenshot result

sanahtech avatar Jul 29 '19 10:07 sanahtech

Can you make sure you successfully 1) loaded the model, 2) read in the images correctly 3) and write out the images correctly?

ceciliavision avatar Jul 30 '19 08:07 ceciliavision

I'm testing the code by using pre-trained model. i have executed following command python3 main.py --task pre-trained --is_training 0 But result's images do not make any sense. here is screenshot result

I'm also testing the code by using pre-trained model, and executing the testing command. I get same problem as you. May I ask you how to solved this problem?

yilun123 avatar Mar 18 '20 15:03 yilun123

I'm testing the code by using pre-trained model. i have executed following command python3 main.py --task pre-trained --is_training 0 But result's images do not make any sense. here is screenshot result

I'm also testing the code by using pre-trained model, and executing the testing command. I get same problem as you. May I ask you how to solved this problem?

Could you you please make sure both the VGG model and our pre-trained model are correctly loaded?

ceciliavision avatar Mar 27 '20 18:03 ceciliavision

I'm testing the code by using pre-trained model. i have executed following command python3 main.py --task pre-trained --is_training 0 But result's images do not make any sense. here is screenshot result

I'm also testing the code by using pre-trained model, and executing the testing command. I get same problem as you. May I ask you how to solved this problem?

I get same problem as you Have you solved this problem?

Tangyy12 avatar Dec 13 '21 11:12 Tangyy12

I'm testing the code by using pre-trained model. i have executed following command python3 main.py --task pre-trained --is_training 0 But result's images do not make any sense. here is screenshot result

I'm also testing the code by using pre-trained model, and executing the testing command. I get same problem as you. May I ask you how to solved this problem?

I get same problem as you Have you solved this problem?

I solved the above problem by changing the version of cudatoolkit to 11.1.1, and my GPU version is NVIDA RTX3070. I hope this method can help others .

Tangyy12 avatar Jan 19 '22 05:01 Tangyy12

I get the same problem with cudatoolkit 10.0, tensorflow1.13.1 and NVIDA RTX3080Ti. Has your problem been solved? If so, I sincerely hope to get your help~

tiger-tangjj avatar Apr 05 '22 11:04 tiger-tangjj

Sorry about a delayed reply! It seems to be a package issue with slim. I now use tf_slim instead of contrib.slim and also with tf2 (tf2.10). I have updated the code and instructions. Hopefully this resolves the issue here.

ceciliavision avatar Nov 07 '23 22:11 ceciliavision