Closed zzw1123 closed 5 years ago
Hi, You can download the 'rev' images. The link is in the README.md. The images downloaded from Readme.me in the 'rev' have been flipped which you don't need to exchange the label.
@Gaoyiminggithub I have ignored that. Thanks for your kind reply!
Sorry but I have another question...... In 'exp/transfer/train_cihp_from_pascal.py', there is a normalization applied to dataloader:
tr.Normalize_xception_tf(),
I do not know why you do this rather than standardizing them by: x-mean/std. Could you please tell me the difference between this two methods? Thanks a lot!
Moreover, you can use the normalization way like x-mean/std to train the base model.
I think the normalization method makes little effect to the final performance, right?
Hi, Thanks for your contribution! I know that images in "Category_rev_ids" directory is obtained by flipping. But I also have to exchange the label of the body parts such as 'left-arm' and 'right-arm'? Am I right?