FaceParsing.PyTorch icon indicating copy to clipboard operation
FaceParsing.PyTorch copied to clipboard

There was no visualization at the end of the test

Open JimjimChen opened this issue 2 years ago • 1 comments

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

JimjimChen avatar Sep 22 '22 13:09 JimjimChen

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. :)

TracelessLe avatar Sep 23 '22 06:09 TracelessLe