timtsapras23 / SmartAttentionModule

1 stars 0 forks source link

install.py must also download the models #1

Open ambitious-octopus opened 6 months ago

ambitious-octopus commented 6 months ago

install.py must also download the models in put somewhere inside the containers.

timtsapras23 commented 6 months ago

Do you mean the FastSAM and CLIP?

ambitious-octopus commented 6 months ago

Yes! :smile:

timtsapras23 commented 6 months ago

@ambitious-octopus FastSAM can be easily added to the repo. Now CLIP models are downloaded automatically the first time you call the create_models_and_transforms() function. So there is no need to initially download them