Linxyhaha/GeneRec

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

Opened this issue · 2 comments

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()

yeah,I have the same question.

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. :)