hustvl / EVF-SAM

Official code of "EVF-SAM: Early Vision-Language Fusion for Text-Prompted Segment Anything Model"
Apache License 2.0
320 stars 14 forks source link

what is <path to evf-sam> ? #13

Closed benlyazid closed 3 months ago

benlyazid commented 3 months ago

hi, Does anyone know What I should put in --version ?

CoderZhangYx commented 3 months ago

It is checkpoint path. Simply specify it to "YxZhang/evf-sam2" for huggingface auto-download api, or manually download the checkpoint to a local path and refer the path to "--version" .

benlyazid commented 3 months ago

Thank you