Closed Charessss closed 1 year ago
Hi @Charessss It seems to be a problem with the number of input channels, and it should be the difference in the number of human parsing channels. Because the original number of labels is 20, but in the cp_dataset.py code we gave, it will map 20 categories to 13 categories, so the final input is 3+13=16 channels. You can check if there is a problem with this part of the conversion.
thanks for your great work! when i was ran ‘sh test_VITON.sh’ , it displayed the error message ‘can not find the file path dataset/test_pairs.txt’. After I putting the the test_pairs.txt and test directory from VITON-HD ,it displayed the error message ‘RuntimeError: running_mean should contain 16 elements not 23’ ! It seems that an usual problem about PyTorch input,however,I can not solve this problem.could you please give me some solutions or point out my other problems.Thanks very much. the error message ‘RuntimeError: running_mean should contain 16 elements not 23’