You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why does the image_feature_extract.py code for patch feature generation uses num_patches = (4, 4) at line 475? shouldn't it be (8,8)?
Also the paper states that patch features are generated using resnext101 while the script you give uses resnet 50, what is the correct one?
I'm asking because I did some experiments and i tried to generate features from the fashiongen validation dataset using your image_feature_extract.py code and i get strange results: given a certain product, the features i get for its image does not match with the features that you have in the csv evalution files. Maybe there is some preprocessing to do to images? The fashion gen validation dataset has 256x256 RGB images, are these the correct sizes?
Why does the image_feature_extract.py code for patch feature generation uses
num_patches = (4, 4)
at line 475? shouldn't it be (8,8)?Also the paper states that patch features are generated using resnext101 while the script you give uses resnet 50, what is the correct one?
I'm asking because I did some experiments and i tried to generate features from the fashiongen validation dataset using your
image_feature_extract.py
code and i get strange results: given a certain product, the features i get for its image does not match with the features that you have in the csv evalution files. Maybe there is some preprocessing to do to images? The fashion gen validation dataset has 256x256 RGB images, are these the correct sizes?I'm using this this code to extract features:
Thank you for our help
The text was updated successfully, but these errors were encountered: