SketchyDatabase icon indicating copy to clipboard operation
SketchyDatabase copied to clipboard

about pkl

Open MuhammedNihaleey opened this issue 2 years ago • 1 comments

photo_data = pickle.load(open('feature/photo-resnet50_64-265.pkl', 'rb'))

where do i get this file.I have installed the dataset and there is no file with extension .pkl .

as i am having issue " No such file or directory: 'feature/photo-resnet50_64-265.pkl' "

MuhammedNihaleey avatar Feb 28 '24 12:02 MuhammedNihaleey

.pkl files are the extracted features of the testing dataset. You need to get it through the trained model. You can refer to feature_extract.py

CDOTAD avatar Feb 29 '24 06:02 CDOTAD