Linxyhaha / GeneRec

Generative Recommendation: Towards Next-generation Recommender Paradigm
https://arxiv.org/abs/2304.03516
56 stars 6 forks source link

hello! how to get the feature and data in select_thumbnail.py ? #2

Open noobimp opened 1 year ago

noobimp commented 1 year ago

cover_feat = torch.load("cover_feature.pt") video_f_feat = torch.load('video_feature.pt')

path = '../../data/' tr = np.load(path+"training_dict.npy", allow_pickle=True).item() tst= np.load(path+"testing_dict.npy", allow_pickle=True).item()

BitbanChou commented 1 year ago

yeah,I have the same question.

Linxyhaha commented 1 year ago

Hi, thanks for your interest in our work. Unfortunately, due to the data privacy issue, the dataset is not publicly accessible. However, the script for thumbnail selection should work for any other datasets with necessary visual features. :)