autodistill / autodistill-grounded-sam

GroundedSAM Base Model plugin for Autodistill
https://docs.autodistill.com
Apache License 2.0
44 stars 8 forks source link

hard coded cache dir in helpers.py #13

Open JudithR opened 2 weeks ago

JudithR commented 2 weeks ago

Hi,

thx for the great library.

I ran into an issue when using autodistill with groundedSAM. In helpers.py the cache dirs for Grounding_Dino and SAM are set to ~/.cache. On the servers we use, home directory space is limited so I can't store everything in ~/.cache. Is it possible to tell autodistill which cache dir to use? Or respect $XDG_CACHE_HOME?

Regards Judith