Open Note-Liu opened 3 years ago
@yl-1993 I have the same query as @Note-Liu. Can you please suggest a way to do it ?
@Note-Liu Did you find a way to get the bin_file ?
Hi @rohan-mistry , I think you may find some clues from bin_loader
. The bin file is constructed as a way to store images and labels, where each image is saved to bytes.
Alternatively, using FileListDataset might be more straightforward to read images and labels.
Hi @rohan-mistry , I think you may find some clues from
bin_loader
. The bin file is constructed as a way to store images and labels, where each image is saved to bytes.Alternatively, using FileListDataset might be more straightforward to read images and labels.
is there any resnet50 pretrained model for testing?
I have thousands of pictures,i want to use extract_feat.py to extract features,I want to know how to get the bin file? THX.