yiskw713 / Affordance_detection_with_pytorch

detect affordances of objects using Segmentation network with pytorch
9 stars 4 forks source link

Generated original images is black #1

Open dhu5-utk opened 5 years ago

dhu5-utk commented 5 years ago

Hello,

Thanks for your uploading. I follow the instruction and successfully run the code. However, There is a problem with the result. The original image is totally black and thus the predicted image cannot make sense. BTW, the true mask image is correct. I appreciate your help,

Best, Da Hu

yiskw713 commented 5 years ago

Hi,

Thank you for visiting and looking at my repository.

There were some mistakes:

I fixed them, so please try to run predict.py . If you used the same values of std and mean as my code, you may have to run train.py once again.

I'm sorry for inconvenience. This is my first implementation of deep learning with pytorch. So I never expected that someone checked my repository. If you have further questions, please do not hesitate to ask. Thanks.

Yuchi