TracelessLe / FaceParsing.PyTorch

A Pytorch implementation face parsing model trained by CelebAMask-HQ, based on EHANet.
MIT License
60 stars 10 forks source link

There was no visualization at the end of the test #3

Open JimjimChen opened 1 year ago

JimjimChen commented 1 year ago

No visual results were generated for the ‘test_pred_results ’folders after the test was completed. could you help me? thanks.

TracelessLe commented 1 year ago

Please make sure that you make the dataset in the proper place using tools in Data_preprocessing directory, such as --test_image_path='./Data_preprocessing/test_img' in the parameters.py.

If you want to test on your own images, you need to modify the inference script. :)