zhixuhao / unet

unet for image segmentation
MIT License
4.6k stars 2k forks source link

Where can I find the test file? Why can't I find it? #191

Closed happy20200 closed 4 years ago

n12ikip12ain commented 4 years ago

unet/data/membrane/

n12ikip12ain commented 4 years ago

should be there

happy20200 commented 4 years ago

Thanks for the reply, er, I see the test data, but I wanted to say I'm trying to find where I can test the code to test my own images @n12ikip12ain

n12ikip12ain commented 4 years ago

I just tried to change the images in the folder. The issue is the gray sqaure that is produced. I never got it to work I ended up using a different one, which worked better, but I dont remember which

happy20200 commented 4 years ago

@n12ikip12ain Ohhh, I see, I'm only getting the full grey image now too... you mean you switched networks or something?

n12ikip12ain commented 4 years ago

no i just found another unet code that seemed to work better.

n12ikip12ain commented 4 years ago

https://github.com/iamkrut/image_inpainting_resnet_unet I used the unet of this one successfully

happy20200 commented 4 years ago

@n12ikip12ain Thank you very much. I'll check it out.

happy20200 commented 4 years ago

@n12ikip12ain Image inpainting using RESNET,tha is ,i want to do a crack test.