image_completion_tf2 icon indicating copy to clipboard operation
image_completion_tf2 copied to clipboard

predict the test pic

Open Alex-toto opened this issue 7 years ago • 4 comments

Hi, neka-nat, Have you wrote code for testing ? If so , can you upload it ?

I have finished the training for master branch, I try to use "preds = com_model.predict(test_img)" to test my pictures after each training epoch, test_img.shape=(1,256,256,3). But the test results are too bad which is totally different from the result of training. Give me some help please. How to predict images with arbitrary mask shape.

Alex-toto avatar Mar 27 '18 11:03 Alex-toto

I have trained the model with epoch number 100 and 36500 data, but in the paper they have trained with 8 million data and half a million epochs. They said it took two month. Therefore, one solution is simply to increase the number of epochs 100->500000.

I will also implement test code and check test results.

neka-nat avatar Apr 01 '18 08:04 neka-nat

Oh ,thanks,wating for your code and result .

zhangqingbo1 avatar Apr 01 '18 14:04 zhangqingbo1

Hi, neka-nat, Have you complete the testing part? Badly need your test code

stillbetter avatar Oct 11 '19 12:10 stillbetter

I added code for estimation. Please try to put data in the test folder and execute the script.

neka-nat avatar Oct 14 '19 03:10 neka-nat