enoche / BM3

Pytorch implementation for "Bootstrap Latent Representations for Multi-modal Recommendation"-WWW'23
GNU General Public License v3.0
50 stars 9 forks source link

How to get image_feature? #7

Closed weiwei1206 closed 1 year ago

weiwei1206 commented 1 year ago

Thank you for sharing the dataset. The original dataset only gives the url of the image, how did you get the image? What feature encoder did you use? Or, by "raw dataset", do you mean the dataset that has been processed by previous work?

enoche commented 1 year ago

Hi, @weiwei1206 Thanks for your feedback, detailed preprocessing scripts can be obtained at https://github.com/enoche/MMRec

do you mean the dataset that has been processed by previous work?

yes.

Thanks.