Closed BlouseDong closed 6 months ago
It is large because I have stored the image features and all predictions in these files for FSC147 dataset. It is the preprocessed training data, instead of the weight file. You can try the demo in the wild to avoid download these files. I will check your issue.
I have tried downloading the files from google drive and they work well.
You can try these python code to download files:
>>> import gdown
>>> gdown.download_folder('https://drive.google.com/drive/folders/1RwxDPiL3dcUJc14arrvJkgTpI2XSddGF')
Thank you very much for your answer, I'm interested in the zero-shot handling in demo_in_the_wild.ipynb, and I'd like to ask you a few questions:
1 and 2: you have not caught my explanation. The large files are preprocessed training data, not the weight file. The weights are in checkpoints
. You should read the code.
Sorry to bother you, I was fascinated by your excellent work. Try running your code, I've followed your steps to cat's weight file for the preprocessed dataset. At that time, these combined weights could not be loaded normally. Is there a problem with my cat? By the way, these files are unusually large.